...
|
...
|
@@ -107,6 +107,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
|
|
PageSize: 1,
|
|
|
CompanyId: cmd.Operator.CompanyId,
|
|
|
OrgId: cmd.Operator.OrgId,
|
|
|
Status: 1,
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|