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