yanghb
2023-04-21 e52227b01983146f2e3c81dc575141d8b9889497
DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/dao/mapping/OrderCrossCityMapper.xml
@@ -44,7 +44,6 @@
        <result column="activityId" property="activityId"/>
        <result column="companyId" property="companyId"/>
        <result column="payMoney" property="payMoney"/>
        <result column="thankYouFee" property="thankYouFee"/>
        <result column="passengers" property="passengers"/>
        <result column="passengersPhone" property="passengersPhone"/>
        <result column="sort" property="sort"/>
@@ -257,7 +256,6 @@
        a.bindId as bindId,
        a.peopleNumber as peopleNumber,
        a.payMoney as payMoney,
        a.thankYouFee,
        a.payManner as payManner,
        a.seatNumber as seatNumber,
        (select phone from t_phone where companyId = a.companyId and `type` = 1) as emergencyCall
@@ -798,10 +796,5 @@
        telX as telX,
        bindId as bindId
        from t_order_cross_city where state = 2 and (UNIX_TIMESTAMP(travelTime) - UNIX_TIMESTAMP(now())) between 1710 and 1800
    </select>
    <select id="taskMidAxbUnBindSend" resultType="OrderCrossCity">
        select * from t_order_cross_city where (state in (8, 9) and telX != '' and telX is not null and (UNIX_TIMESTAMP(now()) - UNIX_TIMESTAMP(endServiceTime)) > 1800) or (state = 10 and telX != '' and telX is not null)
    </select>
</mapper>