Merge branch 'pxb' into xin
| | |
| | | } |
| | | |
| | | @Override |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public R riderCompleteOrder(String orderNum) { |
| | | // 当前订单信息 |
| | | OrderResponse orderResponse = orderService.getByOrderNum(orderNum); |
| | |
| | | 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> |