反馈信息列表,详情修改
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user