yin_yu820 1 rok temu
rodzic
commit
f9f69bd12f

+ 7 - 1
jp-console/jeeplus-modules/gw/src/main/java/com/jeeplus/gwflow/mapper/xml/GwFlowMapper.xml

@@ -12,7 +12,13 @@
         a.create_by_id AS "createBy.id",
         a.create_time AS "createTime",
         a.update_by_id AS "updateBy.id",
-        a.update_time AS "updateTime"
+        a.update_time AS "updateTime",
+                a.del_flag AS "delFlag",
+                a.create_truename AS "createTruename",
+                a.next_truename AS "nextTruename",
+                a.next_user AS "nextUser",
+                a.which AS "which"
+
         from gw_flow a
         WHERE a.gw_id= #{Gwid} AND a.del_flag=0
             order by a.update_time desc