...
|
...
|
@@ -79,6 +79,7 @@ func (dividendsEstimateService *DividendsEstimateService) SearchDividendsEstimat |
|
|
PageNumber: searchDividendsEstimateQuery.PageNumber,
|
|
|
PageSize: searchDividendsEstimateQuery.PageSize,
|
|
|
CompanyId: searchDividendsEstimateQuery.Operator.CompanyId,
|
|
|
OrgIds: searchDividendsEstimateQuery.Operator.OrgIds,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return 0, nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error())
|
...
|
...
|
|