|
@@ -431,7 +431,7 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
|
tranPriceApprove.setTranPrice(tranProcessInfo.getTranPrice());
|
|
|
tranPriceApproveService.insert(tranPriceApprove);
|
|
|
// 先删除任务
|
|
|
- noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "Tran-TASK-APPROVE",
|
|
|
+ noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "TRAN-TASK-APPROVE",
|
|
|
tranProcessInfo.getId(), null);
|
|
|
}
|
|
|
this.updateById(tranProcessInfo);
|
|
@@ -446,7 +446,7 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
|
*/
|
|
|
private void tesk(TranProcessInfo tranProcessInfo) {
|
|
|
// 先删除任务
|
|
|
- noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "Tran-TASK-APPROVE",
|
|
|
+ noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "TRAN-TASK-APPROVE",
|
|
|
tranProcessInfo.getId(), null);
|
|
|
String staffName = "XXX";
|
|
|
CommonStaff commitUserInfo = staffService.getInfo(AuthSecurityUtils.getCurrentUserId());
|
|
@@ -467,7 +467,7 @@ public class TranProcessInfoServiceImpl extends ServiceImpl<TranProcessInfoMappe
|
|
|
taskInfo.setBusinessId(tranProcessInfo.getId());
|
|
|
taskInfo.setBusinessType("Tran");
|
|
|
taskInfo.setMessageContent(taskContent);
|
|
|
- taskInfo.setBusinessCode("Tran-TASK-APPROVE");
|
|
|
+ taskInfo.setBusinessCode("TRAN-TASK-APPROVE");
|
|
|
// taskInfo.setNoticeTaskStatus(NoticeTaskInfo.NoticeTaskStatus.RETURN);
|
|
|
noticeTaskService.createNoticeTask(roleIdList,
|
|
|
null, taskInfo);
|