| | |
| | | trackId as trackId, |
| | | isDelete as isDelete, |
| | | telX as telX, |
| | | bindId as bindId |
| | | bindId as bindId, |
| | | tripId |
| | | from t_order_logistics where isDelete = 1 |
| | | <if test="null != start and null != end"> |
| | | and insertTime between #{start} and #{end} |
| | |
| | | payMoney as payMoney, |
| | | ifnull(discountMoney, 0) as discountMoney, |
| | | (select price from t_order_logistics_spread where orderLogisticsId = a.id) as differenceMoney, |
| | | cancelMidway |
| | | cancelMidway, |
| | | tripId |
| | | from t_order_logistics as a where userId = #{uid} and isDelete = 1 order by insertTime desc limit #{pageNum}, #{size} |
| | | </select> |
| | | |