cloudroam
2025-03-29 5997dc8acfa81a6c867c28810d1c3c9714efc46c
src/main/resources/mapper/system/UserMapper.xml
@@ -123,12 +123,13 @@
            AND id = #{condition.id}
        </if>
        <if test="condition.loginName != null and condition.loginName != ''">
            AND name = #{condition.loginName}
            AND name like concat('%', #{condition.loginName},'%')
        </if>
        <if test="condition.tel != null and condition.tel != ''">
            AND contact_tel = #{condition.tel}
            AND contact_tel like concat('%', #{condition.tel},'%')
        </if>
        </where>
        ORDER BY user_id, id
    </select>
    <select id="getSelectList" resultType="com.mzl.flower.dto.response.sms.SmsSelectVO">