rabin 2 years ago
parent
commit
863101f503
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/agent/lib/Tool.php

+ 1 - 0
service/agent/lib/Tool.php

@@ -854,6 +854,7 @@ class Tool
     # 从member_goods_log里同步order_goods
     public function agent_order_goods_api()
     {
+        $where = '';
         $mid = Dever::input('mid');
         if ($mid) {
             $where = ' and mid = ' . $mid;