Commit 68fa9f8d by “zcwang”

modify: 提交工单

parent a57543c1
Pipeline #42960 failed with stages
in 1 minute 55 seconds
...@@ -408,7 +408,7 @@ public class ChangeFlowBiz { ...@@ -408,7 +408,7 @@ public class ChangeFlowBiz {
changeRecord.setUpdateTime(DateUtils.getCurrentTime()); changeRecord.setUpdateTime(DateUtils.getCurrentTime());
changeFlowService.updateRecord(changeRecord); changeFlowService.updateRecord(changeRecord);
//todo: 发送邮件 //todo: 发送邮件
return confirmNode; return cancelNode;
case DELAY: case DELAY:
// 延期不流转工单 // 延期不流转工单
long changeConfirmResultTime = changeFlowSubmitReq.getChangeConfirmResultTime(); long changeConfirmResultTime = changeFlowSubmitReq.getChangeConfirmResultTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment