UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/dao/mapping/OrderPrivateCarMapper.xml
@@ -321,7 +321,8 @@ isDelete as isDelete, oldState as oldState, telX as telX, bindId as bindId bindId as bindId, tripId from t_order_private_car where isDelete = 1 and userId = #{uid} <if test="null != state"> and state in @@ -345,7 +346,8 @@ state as state, oldState as oldState, isFrozen, cancelMidway cancelMidway, tripId from t_order_private_car where userId = #{uid} and isDelete = 1 order by insertTime desc limit #{pageNum}, #{size} </select>