吉安感知网项目-后端
linwei
2026-06-16 474aabc5d2b4d6ccdd0d141ed06be87eb7559939
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/UserMapper.xml
@@ -55,7 +55,7 @@
            and u.user_type = #{user.userType}
        </if>
        <if test="user.sysType!=null and user.sysType != ''">
            and r.sys_type = #{user.sysType}
            and (u.sys_type = #{user.sysType} or u.sys_type  = '0')
        </if>
        <if test="deptIdList!=null and deptIdList.size>0">
            and u.id in (
@@ -71,7 +71,7 @@
            )
        </if>
        GROUP BY u.id
        ORDER BY u.id
        ORDER BY u.create_time DESC
    </select>
    <select id="getUser" resultMap="userResultMap">