md
This commit is contained in:
parent
fd6d13c581
commit
d1f719aaea
@ -1065,7 +1065,7 @@ public class EmisCommonController extends EmisBaseController
|
||||
for (BillPayStatInfo item:listExpireNoPayStatInfo) {
|
||||
String salesmen=item.getSalesmen();
|
||||
String billMonth=item.getBillMonth();
|
||||
String msg="截止"+DateUtils.parseDateToStr("yyyy-MM-dd HH:mm",new Date())+"有未回款,尽快联系客户收款,账期:"+billMonth+",待收:"+item.getNoRecdPayMoney()+"元,超期:"+item.getExpiredNoRecdPayMoney()+"元!";
|
||||
String msg="截止"+DateUtils.parseDateToStr("yyyy-MM-dd HH点",new Date())+"有未回款,尽快联系客户收款,账期:"+billMonth+",待收:"+item.getNoRecdPayMoney()+"元,超期:"+item.getExpiredNoRecdPayMoney()+"元!";
|
||||
AjaxResult rst=NoticeUtils.outSendNoticeToInner(msg,msg,"/ruyERj/BillPaybackSumList",salesmen,3);
|
||||
log.error(msg);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user