Commit 00a0d1e9 by zhiwj

好办导购

parent 3cea8fc9
......@@ -379,7 +379,7 @@
</foreach>
</if>
<if test="keyword != null and keyword != '' ">
and (clerk_code like concat('%',#{keyword}, '%') or phone_number like concat('%',#{keyword}, '%') )
and (clerk_code = #{keyword} or phone_number = #{keyword} )
</if>
</where>
</select>
......
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