From b6e395dc9ea3fcb466fdd72d625e71dd7916b27b Mon Sep 17 00:00:00 2001 From: pserimal Date: Sun, 25 Jun 2023 21:19:52 +0800 Subject: [PATCH] =?UTF-8?q?800=E5=B9=B3=E5=8F=B0=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=9B=9E=E8=B0=83=E6=88=90=E5=8A=9F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/cool/store/service/impl/FlowServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/FlowServiceImpl.java b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/FlowServiceImpl.java index b9a73f109..b6ce5b439 100644 --- a/coolstore-partner-service/src/main/java/com/cool/store/service/impl/FlowServiceImpl.java +++ b/coolstore-partner-service/src/main/java/com/cool/store/service/impl/FlowServiceImpl.java @@ -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)); }