lyhzzz 2 anos atrás
pai
commit
4e9a25e2cd

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

@@ -199,6 +199,7 @@ public class RepairSaleService {
         repairPay.setRepairId(repair.getRepairId());
         repairPay.setPayType(param.getPayType());
         repairPay.setPayImg(param.getPayImg());
+        repairPay.setPayStatus(1);
         repairPay.setSysUserId(userId);
         repairPayService.save(repairPay);
         repairLogService.saveBySysUser(userId,param.getRepairId(),10,"付款登记");