正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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){ |
-
请 注册 或 登录 后发表评论