@@ -246,7 +246,7 @@ func (s FeedbackService) Process(ctx context.Context, req *feedback.FeedbackProc
ProcessById: int(s.userInfo.Id),
ProcessByName: s.userInfo.RealName,
ProcessType: req.Type,
- Note: "",
+ Note: req.Note,
CreatedAt: gtime.New(),
UpdatedAt: gtime.New(),
})
@@ -246,7 +246,7 @@ func (s RepairService) Process(ctx context.Context, req *repair.RepairProcessReq