Commit 9ebb718897a2712a77f685c533bb52d034456282

Authored by youxiw2000
2 parents d56960dd 7117d593

Merge branch 'dev' of http://61.169.120.202:8888/youxiw20000/trash into dev

trash-unit/src/main/resources/mapper/unit/CarInfoMapper.xml
... ... @@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
74 74 </resultMap>
75 75  
76 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 78 </sql>
79 79  
80 80 <sql id="selectCarInfoForCompanyVo">
... ...