xin
5 days ago 982313135d1c239fe3b20e4c5664781f92d40aca
oying-system/src/main/resources/mapper/rider/RiderOrderRecordMapper.xml
@@ -112,7 +112,7 @@
        order by create_time desc
    </select>
    <select id="selectRiderInfo" resultMap="BaseResultMap">
    <select id="selectRiderInfo" resultType="com.oying.modules.rider.domain.RiderOrderRecord">
        select record_id recordId ,accept_time as acceptTime, order_time as orderTime
        from qs_rider_order_record where order_num = #{orderNum}
    </select>