Commit 0d726de6 by 徐高华

导购任务

parent 239d2c85
......@@ -688,7 +688,7 @@
<foreach collection="list" item="item" separator=",">
#{item}
</foreach> )
<if test="null !-= params">
<if test="null != params">
and staff_name like #{params}
</if>
and status_flag = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment