lighter 2 年 前
コミット
fa2054bea3

+ 1 - 1
src/main/java/thyyxxk/webserver/service/inpatient/PatientService.java

@@ -208,7 +208,7 @@ public class PatientService {
         HuanZheFeiYong feiYongZhanBi = yiZhuLuRuDao.feiYongXinXi(data.getInpatientNo(), data.getAdmissTimes(), data.getLedgerSn());
         if (feiYongZhanBi != null) {
             // 余额
-//            data.setBalance(feiYongZhanBi.getBalance());
+            data.setBalance(feiYongZhanBi.getBalance());
             // 总费用
             data.setTotalCharge(feiYongZhanBi.getTotalCharge());
             // 药品 百分比