#
luxiaotao1123
2024-02-21 bcd6f83fdcbd5caa250a01847fc691e71efbcfd8
zy-asrs-wcs/src/main/resources/mapper/system/UserMapper.xml
@@ -22,6 +22,8 @@
        <if test="param.deptId != null">
            and (FIND_IN_SET(#{param.deptId}, sd.`path`) OR sd.`id` = #{param.deptId})
        </if>
        <if test="param.condition != null">
        </if>
        order by su.create_time desc
    </select>