@@ -429,7 +429,7 @@ class GoodsController extends Controller
if($is_fx>0){
//如果是分销,不展示没有库存的和白名单的
- if($v['quantity'] <= 0 || $v['is_not_fx'] == 1){
+ if( ($v['quantity'] <= 0 && $v['is_white'] != 1) || $v['is_not_fx'] == 1){
unset($result[$k]);
}