moonsflyer 4 meses atrás
pai
commit
e974f2c080
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      phalapi/src/app/functions.php

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

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