...
|
...
|
@@ -19,6 +19,8 @@ func (srv UndertakerFeedbackService) SearchFeedback(cmd *command.SearchFeedbackC |
|
|
PageSize: cmd.PageSize,
|
|
|
CooperationContractName: cmd.ContractName,
|
|
|
UndertakerName: cmd.UndertakerName,
|
|
|
OrgIds: cmd.Operator.OrgIds,
|
|
|
CompanyId: cmd.Operator.CompanyId,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|