...
|
...
|
@@ -36,6 +36,7 @@ func (srv UndertakerFeedbackService) CreateFeedback(cmd *command.CreateFeedbackC |
|
|
FeedbackContent: cmd.FeedbackContent,
|
|
|
CooperationContractNumber: cmd.CooperationContractNumber,
|
|
|
UnderTakerUid: cmd.Operator.UserId,
|
|
|
CooperationContractId: cmd.CooperationContractId,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|