zhibing.pu
2024-06-24 d0bd61d3b3f637750bb21587dfa81503f2d4b6a8
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>