lyhzzz 2 anni fa
parent
commit
8a3289731d

+ 1 - 0
src/main/java/com/fdkankan/sale/service/impl/RepairSaleService.java

@@ -208,6 +208,7 @@ public class RepairSaleService {
         repairPay.setPayStatus(1);
         repairPay.setSysUserId(userId);
         repairPay.setPayAmount(payAmount);
+        repairPay.setPayTime(DateUtil.getDate());
         repairPayService.save(repairPay);
         repairLogService.saveBySysUser(userId,param.getRepairId(),10,"付款登记");