This commit is contained in:
linfso 2024-12-27 11:02:41 +08:00
parent de214e4993
commit 2bc8714f76

View File

@ -1065,7 +1065,7 @@ public class EmisCommonController extends EmisBaseController
for (BillPayStatInfo item:listExpireNoPayStatInfo) {
String salesmen=item.getSalesmen();
String billMonth=item.getBillMonth();
String msg="有未回款,尽快快联系客户收款,账期:"+billMonth+",待收:"+item.getNoRecdPayMoney()+"元,超期:"+item.getExpiredNoRecdPayMoney()+"元!";
String msg="有未回款,尽快联系客户收款,账期:"+billMonth+",待收:"+item.getNoRecdPayMoney()+"元,超期:"+item.getExpiredNoRecdPayMoney()+"元!";
NoticeUtils.outSendNoticeToInner(msg,msg,"/ruyERj/BillPaybackSumList",salesmen,3);
}
}