moonsflyer 4 月之前
父節點
當前提交
ca6f72a72f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      phalapi/src/app/functions.php

+ 1 - 0
phalapi/src/app/functions.php

@@ -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