rabin 2 năm trước cách đây
mục cha
commit
863101f503
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;