记得上下班打卡 | git大法好,push需谨慎

Commit 557a00e2 authored by GaoHu's avatar GaoHu

exit

parent 5d92ca20
......@@ -44,7 +44,7 @@
<select id="selectUserList" parameterType="java.util.Map" resultType="com.liquidnet.service.smile.entity.SmileUser">
select * from smile_user
<where>
del_tag = 0 AND type !=0 AND type != 3
del_tag = 0 AND type != 0 AND type != 3 AND type != 4
<if test="phone!='' and phone !=null">
AND phone Like concat('%',#{phone},'%')
</if>
......
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