吉安感知网项目-后端
linwei
2026-02-25 774ac43c47d82d2b581c2c846a1dfc7b9ec46e64
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/UserMapper.xml
@@ -47,6 +47,9 @@
        <if test="user.userType!=null and user.userType != ''">
            and user_type = #{user.userType}
        </if>
        <if test="user.sysType!=null and user.sysType != ''">
            and system_code = #{user.sysType}
        </if>
        <if test="deptIdList!=null and deptIdList.size>0">
            and id in (
            SELECT