update arrival pattern

This commit is contained in:
windyboy
2024-07-29 23:33:08 +08:00
parent 8593f6ce9d
commit 14f3dc7321
4 changed files with 395 additions and 502 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func (hr *HasuraRepository) CreateNew(pm *domain.ParsedMessage) error {
Message_id: pm.MessageID,
Priority_indicator: pm.PriorityIndicator,
Primary_address: pm.PrimaryAddress,
Secondary_addresses: string(secondAddress),
Secondary_addresses: []byte(secondAddress),
Text: pm.Text,
Body_data: bodyString,
Category: pm.Category,