吉安感知网项目-后端
linwei
2026-02-25 fac625ad118ad24b1da075a1297cd4aa93865703
用户查询通过 sysType
1 files modified
2 ■■■ changed files
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/UserMapper.xml 2 ●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/UserMapper.xml
@@ -48,7 +48,7 @@
            and user_type = #{user.userType}
        </if>
        <if test="user.sysType!=null and user.sysType != ''">
            and system_code = #{user.sysType}
            and sys_type = #{user.sysType}
        </if>
        <if test="deptIdList!=null and deptIdList.size>0">
            and id in (