...
|
...
|
@@ -120,6 +120,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
|
|
CompanyId: cmd.Operator.CompanyId,
|
|
|
OrganizationId: cmd.Operator.OrgId,
|
|
|
UserType: domain.UserTypeCooperation,
|
|
|
InEnableStatus: []int{domain.UserStatusEnable},
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|