|
@@ -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());
|
|
|
// 药品 百分比
|