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