refactor(service): 移除查询中未使用的tags字段
This commit is contained in:
parent
1628c8de41
commit
16cd48e503
|
|
@ -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