800平台审核完成回调成功增加日志

This commit is contained in:
pserimal
2023-06-25 21:19:52 +08:00
parent 7192852d64
commit b6e395dc9e

View File

@@ -213,6 +213,7 @@ public class FlowServiceImpl implements FlowService {
} else if ("CANCELED".equals(request.getSequenceStatus())) {
interviewDAO.updateInterviewWorkflowStatus(interviewPlanId, WorkflowStatusEnum.INTERVIEW_7);
}
log.info("MDM800审批成功回调request{}", JSONObject.toJSONString(request));
}