From 59f70d9b19408d36f40ee0f418bf98232c40fb33 Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期五, 21 四月 2023 09:41:42 +0800 Subject: [PATCH] 代码调整 --- DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderPrivateCarMapper.xml | 88 -------------------------------------------- 1 files changed, 0 insertions(+), 88 deletions(-) diff --git a/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderPrivateCarMapper.xml b/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderPrivateCarMapper.xml index 81b0236..f5791aa 100644 --- a/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderPrivateCarMapper.xml +++ b/DispatchTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/OrderPrivateCarMapper.xml @@ -138,92 +138,4 @@ left join t_driver g on (f.originalDriverId = g.id) where a.id = #{orderId} </select> - - - <select id="queryByState" resultType="OrderPrivateCar"> - select - id as id, - `type` as `type`, - userId as userId, - serverCarModelId as serverCarModelId, - driverId as driverId, - 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, - startMileage as startMileage, - startMoney as startMoney, - mileageKilometers as mileageKilometers, - mileageMoney as mileageMoney, - duration as duration, - durationMoney as durationMoney, - wait as wait, - waitMoney as waitMoney, - longDistance as longDistance, - longDistanceMoney as longDistanceMoney, - parkMoney as parkMoney, - roadTollMoney as roadTollMoney, - 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, - substitute as substitute, - passengers as passengers, - passengersPhone as passengersPhone, - state as state, - insertTime as insertTime, - travelTime as travelTime, - snatchOrderTime as snatchOrderTime, - setOutTime as setOutTime, - arriveTime as arriveTime, - startServiceTime as startServiceTime, - endServiceTime as endServiceTime, - orderType as orderType, - orderSource as orderSource, - invoiceId as invoiceId, - isReassign as isReassign, - reassignNotice as reassignNotice, - trackId as trackId, - isDelete as isDelete, - oldState as oldState, - telX as telX, - bindId as bindId - from t_order_private_car where isDelete = 1 and userId = #{uid} - <if test="null != orderType"> - and orderType = #{orderType} - </if> - <if test="null != state"> - and state in - <foreach collection="state" item="item" index="index" open="(" separator="," close=")"> - #{item} - </foreach> - </if> - <if test="null != type"> - and `type` = #{type} - </if> - </select> </mapper> \ No newline at end of file -- Gitblit v1.7.1