|
@@ -352,7 +352,7 @@ public class PatientService {
|
|
|
dao.correctFeeChargeTimeBeforeAdmiss(zyh, times, p.getAdmissDate());
|
|
|
Date disdate = dao.selectActOrderDisDate(zyh, times);
|
|
|
if (null != disdate) {
|
|
|
- // 如果费用发生时间小于入院时间那么就加一秒。
|
|
|
+ // 如果费用发生时间小于入院时间那么就加一分钟。
|
|
|
dao.correctFeeChargeTimeAfterDismiss(zyh, times, disdate, DateUtil.timePlusSecond(disdate, 60));
|
|
|
}
|
|
|
dao.recountDeposit(zyh, times, ledger);
|