|
...
|
...
|
@@ -399,12 +399,8 @@ class ProductLogic extends BaseLogic |
|
|
|
'source_id'=>$save_id,
|
|
|
|
'template_id'=>$v['template_id'],
|
|
|
|
'section_list_id'=>$v['section_list_id'],
|
|
|
|
'head_html'=>$v['head_html'],
|
|
|
|
'main_html'=>$v['main_html'],
|
|
|
|
'footer_html'=>$v['footer_html'],
|
|
|
|
'head_css'=>$v['head_css'],
|
|
|
|
'main_css'=>$v['main_css'],
|
|
|
|
'footer_css'=>$v['footer_css'],
|
|
|
|
'created_at'=>$v['created_at'],
|
|
|
|
'updated_at'=>$v['updated_at']
|
|
|
|
];
|
...
|
...
|
|