wesmiler hace 1 día
padre
commit
775d21b3e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/Api/CommentService.php

+ 1 - 1
app/Services/Api/CommentService.php

@@ -96,7 +96,7 @@ class CommentService extends BaseService
                 }
 
                 if($goodsId>0){
-                    $query->where('goods_comments.goods_idss','like',"%{$goodsId},%");
+                    $query->where('goods_comments.goods_ids','like',"%{$goodsId},%");
                 }
             })->where($where);
     }