#
luxiaotao1123
2024-02-21 3215e24a462ee364ead6709b0ef238b1f43015c4
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>