|
@@ -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,"付款登记");
|
|
|
|