|
@@ -331,6 +331,10 @@ class My extends Core
|
|
|
$where = array();
|
|
|
$where['mid'] = $this->uid;
|
|
|
$where['id'] = Dever::input('id');
|
|
|
+ if (!$where['id']) {
|
|
|
+ $where['id'] = Dever::input('order_id');
|
|
|
+ }
|
|
|
+
|
|
|
$info = Dever::db('agent/order')->find($where);
|
|
|
|
|
|
if ($info['status'] == 5) {
|