fix
This commit is contained in:
parent
a2f191bec4
commit
3b6425c6c9
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user