From 574f3e567a9b95949fbd0c15e10cbc2b5439dc7b Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期三, 14 十二月 2022 17:23:17 +0800
Subject: [PATCH] 趋势分析接口修改

---
 ycl-platform/src/main/resources/mapper/caseHandler/WorkflowConfigStepMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/WorkflowConfigStepMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/WorkflowConfigStepMapper.xml
index d90b378..665b558 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/WorkflowConfigStepMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/WorkflowConfigStepMapper.xml
@@ -29,6 +29,8 @@
             <result column="create_user" property="createUser" />
             <result column="create_time" property="createTime" />
             <result column="handler_text" property="handlerText" />
+            <result column="result" property="result" />
+            <result column="limit_time" property="limitTime" />
         </collection>
     </resultMap>
 

--
Gitblit v1.8.0