|
...
|
...
|
@@ -106,6 +106,9 @@ class ProductLogic extends BaseLogic |
|
|
|
$extendInfoModel->del(['project_id'=>$id]);
|
|
|
|
if(!empty($extend)){
|
|
|
|
foreach ($extend as $v){
|
|
|
|
if($v['type'] == 3 || $v['type'] || 4){
|
|
|
|
$v['values'] = str_replace_url($v['values']);
|
|
|
|
}
|
|
|
|
$v['project_id'] = $this->user['project_id'];
|
|
|
|
$v['product_id'] = $id;
|
|
|
|
$extendInfoModel->add($v);
|
...
|
...
|
|