正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -107,6 +107,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics | @@ -107,6 +107,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics | ||
107 | PageSize: 1, | 107 | PageSize: 1, |
108 | CompanyId: cmd.Operator.CompanyId, | 108 | CompanyId: cmd.Operator.CompanyId, |
109 | OrgId: cmd.Operator.OrgId, | 109 | OrgId: cmd.Operator.OrgId, |
110 | + Status: 1, | ||
110 | }) | 111 | }) |
111 | if err != nil { | 112 | if err != nil { |
112 | return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) | 113 | return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) |
-
请 注册 或 登录 后发表评论