chore: 兼容旧数据库 #36

Merged
longbot merged 8 commits from :main into main 2025-12-24 08:12:26 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 16cd48e503 - Show all commits

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