|
@@ -73,12 +73,12 @@ public class FinancePaymentApplicationServiceImpl extends ServiceImpl<FinancePay
|
|
|
}
|
|
|
//获取审核人
|
|
|
getRevieweder(application);
|
|
|
- //添加申请记录 0 创建
|
|
|
- insertRecord(application.getId(), application.getApplicanterId(), "0", null, application.getFiles(), new Date());
|
|
|
- Thread.sleep(100);
|
|
|
+ Thread.sleep(100);
|
|
|
//添加申请
|
|
|
this.save(application);
|
|
|
//消息通知内容
|
|
|
+ //添加申请记录 0 创建
|
|
|
+ insertRecord(application.getId(), application.getApplicanterId(), "0", null, application.getFiles(), new Date());
|
|
|
String message = messageTemplate.getFinancePaymentApplicationMessage(application);
|
|
|
//审核人为 财务审核角色
|
|
|
if ("financialReview".equals(application.getReviewederId())) {
|