Bladeren bron

fix:参数有误

zhangwei 2 jaren geleden
bovenliggende
commit
aff84a679e
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      src/main/java/com/winhc/repal/service/impl/RepalBillServiceImpl.java

+ 4 - 4
src/main/java/com/winhc/repal/service/impl/RepalBillServiceImpl.java

@@ -1152,7 +1152,7 @@ public class RepalBillServiceImpl extends ServiceImpl<RepalBillMapper, RepalBill
             paraMap.put("totalMoney",repalBill.getTotalMoney().stripTrailingZeros().toPlainString());
             String billType = RepalBillTypeEnum.RECEIVABLE.getCode().equals(repalBill.getRepalBillType()) ? RepalBillTypeEnum.RECEIVABLE.getDesc() : RepalBillTypeEnum.RECEIPT.getDesc();
             paraMap.put("billType", billType+"账款");
-            paraMap.put("repalBillId",repalBill+"");
+            paraMap.put("repalBillId",repalBillId+"");
             for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
                 messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝添加负责人, paraMap);
             }
@@ -1184,7 +1184,7 @@ public class RepalBillServiceImpl extends ServiceImpl<RepalBillMapper, RepalBill
             paraMap.put("totalMoney",repalBill.getTotalMoney().stripTrailingZeros().toPlainString());
             String billType = RepalBillTypeEnum.RECEIVABLE.getCode().equals(repalBill.getRepalBillType()) ? RepalBillTypeEnum.RECEIVABLE.getDesc() : RepalBillTypeEnum.RECEIPT.getDesc();
             paraMap.put("billType", billType+"账款");
-            paraMap.put("repalBillId",repalBill+"");
+            paraMap.put("repalBillId",repalBillId+"");
             for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
                 messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝删除负责人, paraMap);
             }
@@ -1209,7 +1209,7 @@ public class RepalBillServiceImpl extends ServiceImpl<RepalBillMapper, RepalBill
             paraMap.put("totalMoney",repalBill.getTotalMoney().stripTrailingZeros().toPlainString());
             String billType = RepalBillTypeEnum.RECEIVABLE.getCode().equals(repalBill.getRepalBillType()) ? RepalBillTypeEnum.RECEIVABLE.getDesc() : RepalBillTypeEnum.RECEIPT.getDesc();
             paraMap.put("billType", billType+"账款");
-            paraMap.put("repalBillId",repalBill+"");
+            paraMap.put("repalBillId",repalBillId+"");
             for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
                 messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝账款终止, paraMap);
             }
@@ -1234,7 +1234,7 @@ public class RepalBillServiceImpl extends ServiceImpl<RepalBillMapper, RepalBill
             paraMap.put("totalMoney",repalBill.getTotalMoney().stripTrailingZeros().toPlainString());
             String billType = RepalBillTypeEnum.RECEIVABLE.getCode().equals(repalBill.getRepalBillType()) ? RepalBillTypeEnum.RECEIVABLE.getDesc() : RepalBillTypeEnum.RECEIPT.getDesc();
             paraMap.put("billType", billType+"账款");
-            paraMap.put("repalBillId",repalBill+"");
+            paraMap.put("repalBillId",repalBillId+"");
             for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
                 messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝账款结清, paraMap);
             }