hurugang 5 лет назад
Родитель
Сommit
143f36af4e

+ 2 - 2
src/main/java/cn/hnthyy/thmz/service/impl/his/MzChargeDetailServiceImpl.java

@@ -1420,8 +1420,8 @@ public class MzChargeDetailServiceImpl implements MzChargeDetailService {
                     j.setPayMark(PayMarkEnum.RETURN_PREMIUM.code);
                     j.setChargeDate(now);
                     j.setOpId(opId);
-                    j.setChargeDate(null);
-                    j.setChequeNo(YesNoEnum.NO.code.toString());
+                    j.setDcountDate(null);
+                    j.setDcountNo(YesNoEnum.NO.code);
                     newList.add(j);
                 }
             });