Commit 7117d5930cf3724a47e80a5fdd2305b41a2a0bc4

Authored by 2c2c2c
1 parent 1a014817

车辆管理,物理删除改为逻辑删除

trash-unit/src/main/resources/mapper/unit/CarInfoMapper.xml
@@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" @@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
74 </resultMap> 74 </resultMap>
75 75
76 <sql id="selectCarInfoVo"> 76 <sql id="selectCarInfoVo">
77 - select id, company_id, car_type, car_code, car_brank, emission_standard, road_transport_date, driving_license_date, enter_date, farme_number, car_identification, container_volume, car_color, car_equipment, remark, road_transport, driving_license, car_front, car_left, car_behind, car_right, drivers, status, create_time, create_by, update_time, update_by, credit_status, qr_codeis_del from car_info 77 + select id, company_id, car_type, car_code, car_brank, emission_standard, road_transport_date, driving_license_date, enter_date, farme_number, car_identification, container_volume, car_color, car_equipment, remark, road_transport, driving_license, car_front, car_left, car_behind, car_right, drivers, status, create_time, create_by, update_time, update_by, credit_status, qr_code,is_del from car_info
78 </sql> 78 </sql>
79 79
80 <sql id="selectCarInfoForCompanyVo"> 80 <sql id="selectCarInfoForCompanyVo">