Commit 601fcdb51c092a444b7928cfc46210e7c406ea02
1 parent
34545c4c
车辆管理,物理删除改为逻辑删除
Showing
2 changed files
with
2 additions
and
2 deletions
trash-ui/src/views/unit/carInfo/info.vue
| ... | ... | @@ -430,7 +430,7 @@ import { listDriverByCompanyId } from "@/api/unit/driver"; |
| 430 | 430 | import {getCarCodeList} from "@/api/gps/trajectory"; |
| 431 | 431 | |
| 432 | 432 | export default { |
| 433 | - name: "DisposalSite", | |
| 433 | + name: "carInfo-edit", | |
| 434 | 434 | components: {Treeselect}, |
| 435 | 435 | data() { |
| 436 | 436 | return { | ... | ... |
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_code,is_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,length_width_height from car_info | |
| 78 | 78 | </sql> |
| 79 | 79 | |
| 80 | 80 | <sql id="selectCarInfoForCompanyVo"> | ... | ... |