This commit is contained in:
杜建超 2020-11-24 11:54:52 +08:00
parent a2f191bec4
commit 3b6425c6c9

View File

@ -182,6 +182,7 @@
and approval_staff_id = #{approvalStaffId}
and f.status = 1
and f.flow_process != 2
and r.start_id != 0
order by f.gmt_modified desc
</select>
@ -193,6 +194,7 @@
and approval_staff_id = #{approvalStaffId}
and f.status = 2
and f.flow_process != 2
and r.start_id != 0
order by f.gmt_modified desc
</select>