Commit 5f36f69a authored by hj's avatar hj

更新提交

parent ea800308
...@@ -126,9 +126,9 @@ class WuxiApiNewService extends PlatformAbstractService ...@@ -126,9 +126,9 @@ class WuxiApiNewService extends PlatformAbstractService
//运输条件 //运输条件
$tempData['transportation_condition'] = $datas['product_extend']['transportation_condition']; $tempData['transportation_condition'] = $datas['product_extend']['transportation_condition'];
$tempData['smiles'] = $datas['c_smiles']; $tempData['smiles'] = $datas['c_smiles'];
$tempData['sub_category'] = $datas['product_extend']['sub_category'] ?? ''; $tempData['sub_category'] = empty($datas['product_extend']['sub_category']) ? 'PURE_COMPOUNDS_FOR_INDUSTRIAL_USE' : $datas['product_extend']['sub_category'];
$tempData['group_id'] = $datas['product_extend']['product_category']; $tempData['group_id'] = 6;//$datas['product_extend']['product_category'];
//是否进口 //是否进口
$tempData['is_imported'] = $datas['product_extend']['is_imported']; $tempData['is_imported'] = $datas['product_extend']['is_imported'];
//是否推送电商 //是否推送电商
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment