From e14daa521601769a3d02c98863c225d3b1034757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=85=B4=E7=90=B3?= <1911390090@qq.com> Date: Wed, 29 May 2024 16:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E9=80=9A=E7=AE=A1=E5=88=B6=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=20classify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/business/DcEventTrafficControlMapper.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zc-business/src/main/resources/mapper/business/DcEventTrafficControlMapper.xml b/zc-business/src/main/resources/mapper/business/DcEventTrafficControlMapper.xml index a1028599..06cf12f4 100644 --- a/zc-business/src/main/resources/mapper/business/DcEventTrafficControlMapper.xml +++ b/zc-business/src/main/resources/mapper/business/DcEventTrafficControlMapper.xml @@ -36,7 +36,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" dc_event_traffic_control.exits_inlets as exits_inlets, dc_event_traffic_control.facility_id as facility_id, dc_event_traffic_control.id as id, + dc_event_traffic_control.classify as classify, dc_event_traffic_control.ramp_id as ramp_id, + dc_event_traffic_control.limited_type as limited_type, + dc_event_traffic_control.vehicle_type as vehicle_type, + dc_event_traffic_control.measure as measure, dc_facility.other_config as other_config, dc_facility.remark as remark, dc_facility.stake_mark as stake_mark,