From 75a2623173bcc4a235aa1f99f7ef28519186160b Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 11:24:25 +0800 Subject: [PATCH] 代码调整 --- UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/dao/mapping/OrderCharteredCarMapper.xml | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/dao/mapping/OrderCharteredCarMapper.xml b/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/dao/mapping/OrderCharteredCarMapper.xml index 8f767e1..ca3d4e2 100644 --- a/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/dao/mapping/OrderCharteredCarMapper.xml +++ b/UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/dao/mapping/OrderCharteredCarMapper.xml @@ -15,7 +15,6 @@ <result column="peopleNumber" property="peopleNumber"/> <result column="contactPerson" property="contactPerson"/> <result column="contactPhone" property="contactPhone"/> - <result column="thankYouFee" property="thankYouFee"/> <result column="state" property="state"/> <result column="remark" property="remark"/> <result column="isDelete" property="isDelete"/> @@ -54,8 +53,7 @@ carTime as carTime, (select name from t_server_carmodel where state = 1 and type = 3 and id = a.serverCarModelId) as serverCarModel, (6) as orderType, - state as state, - thankYouFee + state as state from t_order_chartered_car as a where userId = #{uid} order by insertTime desc limit #{pageNum}, #{size} </select> </mapper> \ No newline at end of file -- Gitblit v1.7.1