forked from yoone/API
refactor(service): 移除查询中未使用的tags字段
This commit is contained in:
parent
8f7f35c538
commit
4e0101e0f2
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue