From 78851285202a040f8ddf998c067cd462874c1cb9 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期四, 19 十月 2023 14:55:27 +0800 Subject: [PATCH] 配置修改 --- DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderCrossCityMapper.xml | 77 -------------------------------------- 1 files changed, 0 insertions(+), 77 deletions(-) diff --git a/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderCrossCityMapper.xml b/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderCrossCityMapper.xml index c5b5f90..37cac7e 100644 --- a/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderCrossCityMapper.xml +++ b/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderCrossCityMapper.xml @@ -604,81 +604,4 @@ and DATE_FORMAT(a.travelTime, '%Y-%m-%d') = #{day} </if> </select> - - - <select id="queryByState" resultType="OrderCrossCity"> - select - id as id, - userId as userId, - serverCarModelId as serverCarModelId, - driverId as driverId, - lineId as lineId, - lineShiftDriverId as lineShiftDriverId, - carId as carId, - orderNum as orderNum, - placementLon as placementLon, - placementLat as placementLat, - placementAddress as placementAddress, - startLon as startLon, - startLat as startLat, - startAddress as startAddress, - endLon as endLon, - endLat as endLat, - endAddress as endAddress, - boardingLon as boardingLon, - boardingLat as boardingLat, - boardingAddress as boardingAddress, - boardingTime as boardingTime, - getoffLon as getoffLon, - getoffLat as getoffLat, - getoffAddress as getoffAddress, - getoffTime as getoffTime, - mileage as mileage, - payManner as payManner, - payType as payType, - orderMoney as orderMoney, - redPacketMoney as redPacketMoney, - couponMoney as couponMoney, - redPacketId as redPacketId, - couponId as couponId, - discount as discount, - discountMoney as discountMoney, - activityId as activityId, - companyId as companyId, - payMoney as payMoney, - passengers as passengers, - passengersPhone as passengersPhone, - peopleNumber as peopleNumber, - seatNumber as seatNumber, - sort as sort, - state as state, - insertTime as insertTime, - travelTime as travelTime, - snatchOrderTime as snatchOrderTime, - setOutTime as setOutTime, - arriveTime as arriveTime, - startServiceTime as startServiceTime, - endServiceTime as endServiceTime, - travelMode as travelMode, - orderSource as orderSource, - isReassign as isReassign, - reassignNotice as reassignNotice, - invoiceId as invoiceId, - trackId as trackId, - isDelete as isDelete, - oldState as oldState, - telX as telX, - bindId as bindId, - remark as remark - from t_order_cross_city where isDelete = 1 - <if test="null != uid"> - and userId = #{uid} - </if> - <if test="null != state"> - and state in - <foreach collection="state" item="item" index="index" open="(" separator="," close=")"> - #{item} - </foreach> - </if> - </select> </mapper> \ No newline at end of file -- Gitblit v1.7.1