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