| | |
| | | payManner as payManner, |
| | | UNIX_TIMESTAMP(travelTime) as travelTime, |
| | | remark as remark |
| | | from t_order_private_car where driverId = #{driverId} |
| | | from t_order_private_car where driverId = #{driverId} and recoveryOrder = 0 |
| | | <if test="state == 1"> |
| | | and state != 1 |
| | | </if> |
| | |
| | | a.startLat as startLat, |
| | | a.endLon as endLon, |
| | | a.endLat as endLat, |
| | | a.orderMoney as orderMoney, |
| | | if(a.abnormal = 2 and a.abnormalStatus = 2, a.responsibilityMoney, a.orderMoney) as orderMoney, |
| | | a.payManner as payManner, |
| | | a.thankYouFee, |
| | | a.trackId as trackId, |