rabin 3 年之前
父節點
當前提交
863101f503
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;