aijinhui
2023-09-26 6642bd2b06a87e8498bc83a0cc0e2a3d8ca2a582
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 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>