Commit 49ad1ac3 authored by hangjun83's avatar hangjun83

药明康德更新

parent 39dc6ab9
......@@ -237,7 +237,10 @@ class WuxiLabService
$packages = $this->rhawnChemicalsService->getChemicalPackage($rawIdList);
if($packages){
foreach($packages as $pack){
$newPackages[$pack['r_code']] = $pack;
//符合110状态才上架
if($pack['p_status'] == 1 && $pack['p_show'] == 1 && $pack['p_if_big'] == 0){
$newPackages[$pack['p_code']] = $pack;
}
}
}
}
......
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