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