fix: khách mời join vào tour gán với tên thêm thủ công

This commit is contained in:
2026-06-21 07:37:20 +07:00
parent 55fba75fda
commit 392a4d4766
6 changed files with 544 additions and 6 deletions
+1
View File
@@ -1480,6 +1480,7 @@ let TourController = class TourController {
await Promise.all([
this.cacheManager.del(tourId),
this.cacheManager.del(`/api/v1/tours/${tourId}`),
this.cacheManager.del(`/api/v1/tours/${tourId}/public`),
this.cacheManager.del(`/api/v1/tours/explore`)
]);
return { success: true, message: 'Đã gán và hợp nhất thông tin thành viên thành công.' };
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -1663,6 +1663,7 @@ class TourController {
await Promise.all([
this.cacheManager.del(tourId),
this.cacheManager.del(`/api/v1/tours/${tourId}`),
this.cacheManager.del(`/api/v1/tours/${tourId}/public`),
this.cacheManager.del(`/api/v1/tours/explore`)
]);