cloudroam
2025-02-08 85d5dea7408e1ae74e4c7f460bf84caae3754753
fix:用户列表查询
已修改1个文件
1 ■■■■ 文件已修改
src/main/resources/mapper/system/UserMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/system/UserMapper.xml
@@ -129,6 +129,7 @@
            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">