‘liusuyi’
2023-08-07 479a23949c28ae93a15e3f2f5aba655662f6c0c8
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -293,6 +293,6 @@
    </select>
    <select id="userByPlanId" parameterType="String" resultMap="SysUserResult">
        select nick_name from sys_user where id in (select app_user_id from ard_app_patroluser where patrolplan_id = ${id})
        select * from sys_user where user_id in (select app_user_id from ard_app_patroluser where patrolplan_id = #{id})
    </select>
</mapper>