|
...
|
...
|
@@ -92,8 +92,8 @@ class UpdateBuildConfiguration extends Command |
|
|
|
if(isset($v['describe'][0]['title']) && ($v['describe'][0]['title'] == null)){
|
|
|
|
$v['describe'][0]['title'] = '';
|
|
|
|
}
|
|
|
|
if(isset($v['describe'][0]['text']) && ($v['describe'][0]['title'] == null)){
|
|
|
|
$v['describe'][0]['title'] = '';
|
|
|
|
if(isset($v['describe'][0]['text']) && ($v['describe'][0]['text'] == null)){
|
|
|
|
$v['describe'][0]['text'] = '';
|
|
|
|
}
|
|
|
|
echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL;
|
|
|
|
$info = $detailModel->read(['product_id'=>$v['id']],['id']);
|
...
|
...
|
|