This commit is contained in:
DirectionOfMind 2020-12-29 16:10:01 +08:00
parent 6104cbe47e
commit b18e6d24dd

View File

@ -542,9 +542,6 @@
</foreach>
)
</if>
<if test="req.flowProcess !=null">
and r.flow_process = #{req.flowProcess}
</if>
<if test="req.staffName !=null and req.staffName!=''">
and r.staff_name LIKE CONCAT('%',#{req.staffName},'%')
</if>