|
...
|
...
|
@@ -359,7 +359,7 @@ class ProductController extends BaseController |
|
|
|
}
|
|
|
|
if (!empty($new_content)){
|
|
|
|
$detailModel = new Detail();
|
|
|
|
$detailInfo = $detailModel->read(['column_id'=>1]);
|
|
|
|
$detailInfo = $detailModel->read(['column_id'=>1,'product_id'=>$this->param['product_id']]);
|
|
|
|
if($detailInfo !== false && !empty($detailInfo['content'])){
|
|
|
|
$productInfo['content'] = $new_content . $detailInfo['content']['content'];
|
|
|
|
}
|
...
|
...
|
|