...
|
...
|
@@ -20,6 +20,8 @@ func (srv ContractChangeLogService) ContractChangeLogSearch(queryParam *query.Li |
|
|
PageSize: queryParam.PageSize,
|
|
|
CooperationContractNumber: queryParam.CooperationContractNumber,
|
|
|
OperationType: queryParam.OperationType,
|
|
|
OrgIds: queryParam.Operator.OrgIds,
|
|
|
CompanyId: int(queryParam.Operator.CompanyId),
|
|
|
})
|
|
|
listData := dto.ToContractChangeLogList(result)
|
|
|
return result.Grid.Total, listData, err
|
...
|
...
|
|