反馈信息列表,详情修改

This commit is contained in:
chy
2025-06-06 10:26:54 +08:00
parent 830f9c236b
commit 74a54fb24d
6 changed files with 35 additions and 24 deletions

View File

@ -86,6 +86,8 @@ func (s *sFeedback) Create(ctx context.Context, in *model.FeedbackCreateIn) (out
Content: in.Content,
FeedbackType: in.FeedbackType,
UserId: in.OperatorId,
StoreId: in.StoreId,
MerchatId: in.MerchantId,
})
if err != nil {
return nil, err