Commit 87a15c9f authored by hangjun83's avatar hangjun83

药明康德更新

parent 4ca56b10
......@@ -56,7 +56,11 @@ class WuxiLabService
$newPackages = [];
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;
}
//$newPackages[$pack['r_code']] = $pack;
}
}
if(!empty($rawList)){
......
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