|
@@ -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
|