|
@@ -197,6 +197,7 @@ class Order
|
|
$info['status'] = $update['status'] = $status;
|
|
$info['status'] = $update['status'] = $status;
|
|
$update['finish'] = 1;
|
|
$update['finish'] = 1;
|
|
$update['finish_date'] = time();
|
|
$update['finish_date'] = time();
|
|
|
|
+ $info = array_merge($update, $info);
|
|
Dever::load('order', 'seller')->finish($info);
|
|
Dever::load('order', 'seller')->finish($info);
|
|
}
|
|
}
|
|
if (!$info['order_num']) {
|
|
if (!$info['order_num']) {
|