dever %!s(int64=3) %!d(string=hai) anos
pai
achega
b10786877e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      service/agent/src/My.php

+ 4 - 0
service/agent/src/My.php

@@ -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) {