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