Commit 1b6dbc02 authored by hj's avatar hj

更新提交

parent e81877e2
...@@ -234,6 +234,7 @@ class WuxiLabNewService ...@@ -234,6 +234,7 @@ class WuxiLabNewService
foreach($updateData['rawList'] as &$data){ foreach($updateData['rawList'] as &$data){
if(empty($productsList[$data['r_code']])){ if(empty($productsList[$data['r_code']])){
unset($data); unset($data);
continue;
} }
$data['product_extend'] = $productsList[$data['r_code']]; $data['product_extend'] = $productsList[$data['r_code']];
} }
......
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