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>