feat: add ExternalType to customer identity model and update related services and enums

This commit is contained in:
mlogclub
2026-04-27 18:07:56 +08:00
parent 1bb4608051
commit feecbdf1d0
4 changed files with 31 additions and 0 deletions
@@ -744,6 +744,7 @@ func (s *conversationService) LinkConversationCustomer(conversationID, customerI
} else {
idRow := &models.CustomerIdentity{
CustomerID: customerID,
ExternalType: enums.ExternalTypeGuest,
ExternalSource: enums.ExternalSource(extSrc),
ExternalID: extID,
Status: enums.StatusOk,