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

Commit a57ef700 authored by GaoHu's avatar GaoHu

exit

parent 101b4a5f
......@@ -40,9 +40,11 @@
<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
<if test="phone!='' and phone !=null">
AND phone Like concat('%',#{phone},'%')
</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