无关风月
2025-01-23 c3019597126f19e8508bd22e7da3a39058033510
manage/src/main/resources/mapping/SecUserMapper.xml
@@ -93,6 +93,7 @@
            <if test="dto.roleId != null">
                AND sr.id = #{dto.roleId}
            </if>
                                   and su.id !=1
            AND su.isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()}
        </where>
        ORDER BY su.createTime DESC