This commit is contained in:
PQZ 2025-06-06 17:34:05 +08:00
parent b503bd98e6
commit ef9da7936a

View File

@ -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