|
|
@@ -247,7 +247,7 @@ class Order extends Api
|
|
|
$marketLogic::cancelTransferOrder($params['order_id'], $order_info['user_id'], $order_info);
|
|
|
|
|
|
//修改:类型状态
|
|
|
- //$order_info->type_id= $productOrder::Transfer;
|
|
|
+ $order_info->type_id= $productOrder::Popular;
|
|
|
$order_info->status = $productOrder::Paid;
|
|
|
$order_info->save();
|
|
|
// 提交事务
|