优化客服群聊订单信息展示

This commit is contained in:
yml
2026-06-18 00:44:45 +08:00
parent 0add23dedb
commit 272b2cb71e
15 changed files with 479 additions and 55 deletions
@@ -54,6 +54,7 @@ func (r *Repository) FindConversation(ctx context.Context, principal Principal,
dto := ConversationDTO{
ID: conversation.ID,
OrderID: conversation.OrderID,
ListingID: conversation.ListingID,
Type: conversation.Type,
Title: conversation.Title,
Status: conversation.Status,