From 521efb9bc33d52ef4772f0b30f8a371ba4b0070c Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期六, 11 二月 2023 19:09:42 +0800 Subject: [PATCH] 更新最新代码 --- ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml | 19 ++++--------------- 1 files changed, 4 insertions(+), 15 deletions(-) diff --git a/ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml b/ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml index ea54609..7a0b05f 100644 --- a/ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml +++ b/ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TCarMapper.xml @@ -45,6 +45,7 @@ <result column="GPSInstallDate" property="GPSInstallDate"/> <result column="registerDate" property="registerDate"/> <result column="commercialType" property="commercialType"/> + <result column="driverId" property="driverId"/> </resultMap> <!-- 通用查询结果列 --> @@ -62,11 +63,7 @@ LEFT JOIN ( SELECT GROUP_CONCAT(case when type = 1 then '专车' - when type = 2 then '出租车' - when type = 3 then '跨城出行' - when type = 4 then '小件物流-同城' - when type = 5 then '小件物流-跨城' - when type = 6 then '包车' + when type = 4 then '市内小件物流' else '' end ) as serverStr,carId from t_car_service GROUP BY carId) as ds on ds.carId = cc.id LEFT JOIN (select * from t_driver where flag != 3) AS dd on dd.carId = cc.id) as o <where> @@ -119,11 +116,7 @@ LEFT JOIN ( SELECT GROUP_CONCAT(case when type = 1 then '专车' - when type = 2 then '出租车' - when type = 3 then '跨城出行' - when type = 4 then '小件物流-同城' - when type = 5 then '小件物流-跨城' - when type = 6 then '包车' + when type = 4 then '市内小件物流' else '' end ) as serverStr,carId from t_car_service GROUP BY carId) as ds on ds.carId = cc.id LEFT JOIN (select * from t_driver where flag != 3) AS dd on dd.carId = cc.id) as o <where> @@ -178,11 +171,7 @@ LEFT JOIN ( SELECT GROUP_CONCAT(case when type = 1 then '专车' - when type = 2 then '出租车' - when type = 3 then '跨城出行' - when type = 4 then '小件物流-同城' - when type = 5 then '小件物流-跨城' - when type = 6 then '包车' + when type = 4 then '市内小件物流' else '' end ) as serverStr,carId from t_car_service GROUP BY carId) as ds on ds.carId = cc.id LEFT JOIN (select * from t_driver where flag != 3) AS dd on dd.carId = cc.id) as o <where> -- Gitblit v1.7.1