|
@@ -1139,6 +1139,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+"");
|
|
|
for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
|
|
|
messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝添加负责人, paraMap);
|
|
|
}
|
|
@@ -1170,6 +1171,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+"");
|
|
|
for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
|
|
|
messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝删除负责人, paraMap);
|
|
|
}
|
|
@@ -1194,6 +1196,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+"");
|
|
|
for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
|
|
|
messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝账款终止, paraMap);
|
|
|
}
|
|
@@ -1218,6 +1221,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+"");
|
|
|
for(RepalResponsiblePerson responsiblePerson:repalResponsiblePersonList) {
|
|
|
messageNoticeService.saveRepalMsg(responsiblePerson.getUserId(), MsgNameEnum.回款宝账款结清, paraMap);
|
|
|
}
|