1
This commit is contained in:
parent
b503bd98e6
commit
ef9da7936a
@ -83,7 +83,7 @@
|
||||
</if>
|
||||
<if test="entity.nickName != null and entity.nickName != '' ">and su.nack_name = #{entity.nickName}</if>
|
||||
<if test="entity.userId != null "> and su.invite_id = #{entity.userId}</if>
|
||||
<if test="entity.tel != null AND entity.tel !='' "> and main.tel like CONCAT('%',#{entity.tel},'%') </if>
|
||||
<if test="entity.tel != null and entity.tel !='' "> and main.tel like CONCAT('%',#{entity.tel},'%') </if>
|
||||
</where>
|
||||
GROUP BY main.user_id
|
||||
ORDER BY mc.create_time desc
|
||||
|
Loading…
Reference in New Issue
Block a user