|
@@ -667,7 +667,8 @@ Class Manage
|
|
if ($type == 1 || ($price == $data['price']) || ($data['num'] == $where['refund_num'])) {
|
|
if ($type == 1 || ($price == $data['price']) || ($data['num'] == $where['refund_num'])) {
|
|
$ids = Dever::db('active/order')->update($where);
|
|
$ids = Dever::db('active/order')->update($where);
|
|
} else {
|
|
} else {
|
|
- $where['status'] = 2;
|
|
|
|
|
|
+ // $where['status'] = 2;
|
|
|
|
+ $where['status'] = 7;
|
|
$ids = Dever::db('active/order')->update($where);
|
|
$ids = Dever::db('active/order')->update($where);
|
|
}
|
|
}
|
|
if ($type == 2) {
|
|
if ($type == 2) {
|