rabin 3 年之前
父节点
当前提交
97f1067086
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      service/agent/lib/Import.php

+ 4 - 1
service/agent/lib/Import.php

@@ -62,7 +62,10 @@ class Import
         }
 
         # 导入关联表
-        //$this->getRelation();
+        $this->relation_api();
+
+        # 导入业绩
+        $this->sell_api();
 
         # 导入地区价格
         //$this->getAreaPrice();