800平台审核完成回调成功增加日志
This commit is contained in:
@@ -213,6 +213,7 @@ public class FlowServiceImpl implements FlowService {
|
|||||||
} else if ("CANCELED".equals(request.getSequenceStatus())) {
|
} else if ("CANCELED".equals(request.getSequenceStatus())) {
|
||||||
interviewDAO.updateInterviewWorkflowStatus(interviewPlanId, WorkflowStatusEnum.INTERVIEW_7);
|
interviewDAO.updateInterviewWorkflowStatus(interviewPlanId, WorkflowStatusEnum.INTERVIEW_7);
|
||||||
}
|
}
|
||||||
|
log.info("MDM800审批成功回调,request{}", JSONObject.toJSONString(request));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user