stanley-king 9 سال پیش
والد
کامیت
0db3a01fb4
1فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 11 11
      crontab/crawl/fetch_goods.php

+ 11 - 11
crontab/crawl/fetch_goods.php

@@ -34,17 +34,17 @@ function is_excids($cid)
     return in_array($cid,$cids);
 }
 
-$tmreq = new tmrequest();
-$tmreq->proc();
-
-$cat = new category();
-$cat->proc();
-
-$treater = new pretreat_tmdata();
-$treater->proc();
-
-$spec = new spec_attr_parser();
-$spec->proc();
+//$tmreq = new tmrequest();
+//$tmreq->proc();
+//
+//$cat = new category();
+//$cat->proc();
+//
+//$treater = new pretreat_tmdata();
+//$treater->proc();
+//
+//$spec = new spec_attr_parser();
+//$spec->proc();
 
 $importer = new product_importer();
 $importer->proc();