|
...
|
...
|
@@ -84,6 +84,9 @@ class UpdateBuildConfiguration extends Command |
|
|
|
$detailModel = new Detail();
|
|
|
|
if(!empty($lists)){
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
if(empty($v['describe'])){
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL;
|
|
|
|
$info = $detailModel->read(['product_id'=>$v['id']],['id']);
|
|
|
|
if($info === false){
|
...
|
...
|
|