正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -84,6 +84,9 @@ class UpdateBuildConfiguration extends Command | @@ -84,6 +84,9 @@ class UpdateBuildConfiguration extends Command | ||
| 84 | $detailModel = new Detail(); | 84 | $detailModel = new Detail(); |
| 85 | if(!empty($lists)){ | 85 | if(!empty($lists)){ |
| 86 | foreach ($lists as $k => $v){ | 86 | foreach ($lists as $k => $v){ |
| 87 | + if(empty($v['describe'])){ | ||
| 88 | + continue; | ||
| 89 | + } | ||
| 87 | echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL; | 90 | echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL; |
| 88 | $info = $detailModel->read(['product_id'=>$v['id']],['id']); | 91 | $info = $detailModel->read(['product_id'=>$v['id']],['id']); |
| 89 | if($info === false){ | 92 | if($info === false){ |
-
请 注册 或 登录 后发表评论