From 4e0101e0f28a4352f06e46501fd6f6f3e9421a0c Mon Sep 17 00:00:00 2001 From: tikkhun Date: Wed, 24 Dec 2025 11:04:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(service):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?tags=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/customer.service.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/service/customer.service.ts b/src/service/customer.service.ts index 7d28467..1b9cf00 100644 --- a/src/service/customer.service.ts +++ b/src/service/customer.service.ts @@ -370,8 +370,7 @@ export class CustomerService { 'c.created_at', 'c.updated_at', 'c.site_created_at', - 'c.site_updated_at', - 'GROUP_CONCAT(ct.tag) as tags' + 'c.site_updated_at' ]) .groupBy('c.id');