aijinhui
2023-12-29 7141d2cd0620f33d6a1b1dbd859823bc001cafdc
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -293,6 +293,6 @@
    </select>
    <select id="userByPlanId" parameterType="String" resultMap="SysUserResult">
        select * from sys_user where user_id in (select app_user_id from ard_app_patroluser where patrolplan_id = #{id})
        select user_id,nick_name from sys_user where user_id in (select app_user_id from ard_app_patroluser where patrolplan_id = #{id})
    </select>
</mapper>