فهرست منبع

修复记账收费bug

hurugang 5 سال پیش
والد
کامیت
143f36af4e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/cn/hnthyy/thmz/service/impl/his/MzChargeDetailServiceImpl.java

+ 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);
                 }
             });