作者 lyh

gx脚本更新路由

@@ -87,7 +87,7 @@ class UpdateBuildConfiguration extends Command @@ -87,7 +87,7 @@ class UpdateBuildConfiguration extends Command
87 $productModel = new Product(); 87 $productModel = new Product();
88 $page = 1; 88 $page = 1;
89 while (true){ 89 while (true){
90 - $lists = $productModel->lists(['id'=>['<',676]],$page,5,['id','content','describe']); 90 + $lists = $productModel->lists(['id'=>['<',417]],$page,1,['id','content','describe']);
91 $detailModel = new Detail(); 91 $detailModel = new Detail();
92 if(!empty($lists['list'])){ 92 if(!empty($lists['list'])){
93 foreach ($lists['list'] as $k => $v){ 93 foreach ($lists['list'] as $k => $v){