Commit bb4f80ad authored by hj's avatar hj

更新提交

parent 1b6dbc02
......@@ -111,9 +111,9 @@ class WuxiApiNewService extends PlatformAbstractService
$tempData['mdl'] = $datas['product_extend']['mdl'] ?? '';
$tempData['cas'] = $datas['c_cas'];
$tempData['nu'] = $datas['product_extend']['un'] ?? '';
$tempData['chinese_name'] = $datas['product_extend']['chinese_name'];
$tempData['english_name'] = $datas['product_extend']['english_name'];
$tempData['chemicalformula'] = $datas['product_extend']['molecular_formula'] ?? '';
$tempData['chinese_name'] = $datas['product_extend']['chinese_name'] ?? $datas['r_cn_name'];
$tempData['english_name'] = $datas['product_extend']['english_name'] ?? $datas['r_en_name'];
$tempData['chemicalformula'] = $datas['product_extend']['molecular_formula'] ?? $datas['c_fzs'];
$tempData['molecular_weight'] = $datas['product_extend']['molecular_weight'] ?? '';
$tempData['brand'] = $datas['product_extend']['brand'] ?? '';
$tempData['purity'] = $datas['product_extend']['purity'] ?? '';
......@@ -125,8 +125,8 @@ class WuxiApiNewService extends PlatformAbstractService
$tempData['storage_condition'] = $datas['product_extend']['storage_condition'];
//运输条件
$tempData['transportation_condition'] = $datas['product_extend']['transportation_condition'];
$tempData['smiles'] = $datas['product_extend']['smiles'];
$tempData['sub_category'] = $datas['product_extend']['sub_category'];
$tempData['smiles'] = $datas['product_extend']['smiles'] ?? $datas['c_smiles'];
$tempData['sub_category'] = $datas['product_extend']['sub_category'] ?? '';
$tempData['group_id'] = $datas['product_extend']['product_category'];
//是否进口
......
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