|
...
|
...
|
@@ -539,7 +539,7 @@ class ProductLogic extends BaseLogic |
|
|
|
public function setProductParams($info){
|
|
|
|
$param = [
|
|
|
|
'project_id'=>$info['project_id'],
|
|
|
|
'title'=>$info['title']."-copy",
|
|
|
|
'title'=>$info['title']."-1",
|
|
|
|
'attrs'=>Arr::a2s($info['attrs']),
|
|
|
|
'attr_id'=>Arr::arrToSet($info['attr_id']),
|
|
|
|
'category_id'=>!empty($info['category_id']) ? ','.Arr::arrToSet($info['category_id']).',' : '',
|
...
|
...
|
|