fix
This commit is contained in:
parent
35da0f9f4a
commit
99fac76989
@ -508,9 +508,6 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
<if test="req.flowProcess !=null">
|
|
||||||
and r.flow_process = #{req.flowProcess}
|
|
||||||
</if>
|
|
||||||
<if test="req.staffName !=null and req.staffName!=''">
|
<if test="req.staffName !=null and req.staffName!=''">
|
||||||
and r.staff_name LIKE CONCAT('%',#{req.staffName},'%')
|
and r.staff_name LIKE CONCAT('%',#{req.staffName},'%')
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user