md
This commit is contained in:
parent
4e09833c80
commit
4c3dffe8fb
@ -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=DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD,new Date())+"-有未回款,尽快联系客户收款,账期:"+billMonth+",待收:"+item.getNoRecdPayMoney()+"元,超期:"+item.getExpiredNoRecdPayMoney()+"元!";
|
||||
NoticeUtils.outSendNoticeToInner(msg,msg,"/ruyERj/BillPaybackSumList",salesmen,3);
|
||||
}
|
||||
}
|
||||
|
||||
@ -262,10 +262,10 @@
|
||||
where 1=1
|
||||
<!-- 超期回款 -->
|
||||
<if test="params.isNeedRecdPay != null and params.isNeedRecdPay=1 ">
|
||||
tba.totalNoRecdPayMoney <![CDATA[ >= ]]> 0 and
|
||||
and ( expiredNoRecdPayMoney <![CDATA[ >= ]]> 0 or noRecdPayMoney <![CDATA[ >= ]]> 0 )
|
||||
</if>
|
||||
|
||||
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user