ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -291,4 +291,8 @@ inner join sys_dept sd on asy.dept_id = sd.dept_id where asy.car_id = #{carId}) </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> </mapper>