From 2682d41ae695936d9c23f8a53fa5db726ca156a6 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 03 八月 2023 17:43:39 +0800
Subject: [PATCH] 优化代码

---
 java110-db/src/main/resources/mapper/common/WorkflowStepStaffServiceDaoImplMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/common/WorkflowStepStaffServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/WorkflowStepStaffServiceDaoImplMapper.xml
index 333e5d1..afac2a0 100755
--- a/java110-db/src/main/resources/mapper/common/WorkflowStepStaffServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/WorkflowStepStaffServiceDaoImplMapper.xml
@@ -81,7 +81,8 @@
     <select id="getWorkflowStepStaffInfo" parameterType="Map" resultType="Map">
         select t.wss_id,t.wss_id wssId,t.step_id,t.step_id stepId,t.staff_name,t.staff_name
         staffName,t.status_cd,t.status_cd statusCd,t.b_id,t.b_id bId,t.community_id,t.community_id
-        communityId,t.staff_id,t.staff_id staffId,t.staff_role,t.staff_role staffRole,t.flow_type,t.flow_type flowType,w.process_definition_key processDefinitionKey
+        communityId,t.staff_id,t.staff_id staffId,t.staff_role,t.staff_role staffRole,t.flow_type,t.flow_type flowType,
+        w.process_definition_key processDefinitionKey,w.flow_id flowId
         from workflow_step_staff t
         left JOIN workflow_step ws on t.step_id = ws.step_id and ws.status_cd = '0'
         left join workflow w on ws.flow_id = w.flow_id and w.status_cd = '0'

--
Gitblit v1.8.0