|
@@ -763,7 +763,7 @@ public class SampleXxlJob {
|
|
|
|
|
|
taskName = "超期收款发票";
|
|
taskName = "超期收款发票";
|
|
if (StringUtils.isNotBlank(invoice.getProgramName())){
|
|
if (StringUtils.isNotBlank(invoice.getProgramName())){
|
|
- titleStr = "发票编号为"+ invoice.getNo()+"的项目["+invoice.getProgramName()+"],已超期"+interval+"天,请尽快收款";
|
|
|
|
|
|
+ titleStr = "发票编号为"+ invoice.getNo()+"的项目["+invoice.getProgramName()+"],开票金额为:"+invoice.getAccount() +"元,已超期"+interval+"天,请尽快收款";
|
|
}else {
|
|
}else {
|
|
titleStr = "发票编号为"+ invoice.getNo()+",已超期"+interval+"天,请尽快收款";
|
|
titleStr = "发票编号为"+ invoice.getNo()+",已超期"+interval+"天,请尽快收款";
|
|
}
|
|
}
|
|
@@ -843,7 +843,7 @@ public class SampleXxlJob {
|
|
|
|
|
|
taskName = "评估发票超期收款";
|
|
taskName = "评估发票超期收款";
|
|
if (StringUtils.isNotBlank(invoice.getProgramName())){
|
|
if (StringUtils.isNotBlank(invoice.getProgramName())){
|
|
- titleStr = "发票编号为"+ invoice.getNo()+"的项目["+invoice.getProgramName()+"],已超期"+interval+"天,请尽快收款";
|
|
|
|
|
|
+ titleStr = "发票编号为"+ invoice.getNo()+"的项目["+invoice.getProgramName()+"],开票金额为:"+invoice.getAccount() +"元,已超期"+interval+"天,请尽快收款";
|
|
}else {
|
|
}else {
|
|
titleStr = "发票编号为"+ invoice.getNo()+",已超期"+interval+"天,请尽快收款";
|
|
titleStr = "发票编号为"+ invoice.getNo()+",已超期"+interval+"天,请尽快收款";
|
|
}
|
|
}
|