|
|
@@ -4468,6 +4468,7 @@ namespace App;
|
|
|
if($rs){
|
|
|
|
|
|
$classid_arr = array_column($rs,'three_classid');
|
|
|
+ return $classid_arr;
|
|
|
$claasid_str = implode(',',$classid_arr);
|
|
|
$class_where = " gc_id in ('{$claasid_str}')";
|
|
|
$res=\PhalApi\DI()->notorm->shop_goods_class
|