refactor(service): 移除查询中未使用的tags字段

This commit is contained in:
tikkhun 2025-12-24 11:04:51 +08:00
parent 1628c8de41
commit 16cd48e503
1 changed files with 1 additions and 2 deletions

View File

@ -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');