正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -92,8 +92,8 @@ class UpdateBuildConfiguration extends Command | @@ -92,8 +92,8 @@ class UpdateBuildConfiguration extends Command | ||
| 92 | if(isset($v['describe'][0]['title']) && ($v['describe'][0]['title'] == null)){ | 92 | if(isset($v['describe'][0]['title']) && ($v['describe'][0]['title'] == null)){ |
| 93 | $v['describe'][0]['title'] = ''; | 93 | $v['describe'][0]['title'] = ''; |
| 94 | } | 94 | } |
| 95 | - if(isset($v['describe'][0]['text']) && ($v['describe'][0]['title'] == null)){ | ||
| 96 | - $v['describe'][0]['title'] = ''; | 95 | + if(isset($v['describe'][0]['text']) && ($v['describe'][0]['text'] == null)){ |
| 96 | + $v['describe'][0]['text'] = ''; | ||
| 97 | } | 97 | } |
| 98 | echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL; | 98 | echo date('Y-m-d H:i:s') . '产品id:'.$v['id'] . PHP_EOL; |
| 99 | $info = $detailModel->read(['product_id'=>$v['id']],['id']); | 99 | $info = $detailModel->read(['product_id'=>$v['id']],['id']); |
-
请 注册 或 登录 后发表评论