|
@@ -56,7 +56,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
|
@@ -56,7 +56,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
56
|
var cooperationModes = make([]interface{}, 0)
|
56
|
var cooperationModes = make([]interface{}, 0)
|
57
|
if len(modeNumbers) > 0 {
|
57
|
if len(modeNumbers) > 0 {
|
58
|
models, err := gateway.CooperationModesSearch(allied_creation_cooperation.ReqCooperationModesSearch{
|
58
|
models, err := gateway.CooperationModesSearch(allied_creation_cooperation.ReqCooperationModesSearch{
|
59
|
- PageSize: 20,
|
59
|
+ PageSize: domain.NormalQueryRowCount,
|
60
|
PageNumber: 1,
|
60
|
PageNumber: 1,
|
61
|
//CompanyId: cmd.Operator.CompanyId,
|
61
|
//CompanyId: cmd.Operator.CompanyId,
|
62
|
//OrgId: cmd.Operator.OrgId,
|
62
|
//OrgId: cmd.Operator.OrgId,
|
|
@@ -88,7 +88,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
|
@@ -88,7 +88,7 @@ func (srv CompanyStatisticsService) IndexStatistics(cmd *command.IndexStatistics |
88
|
projects, err := gateway.CooperationProjectsSearch(allied_creation_cooperation.ReqCooperationProjectSearch{
|
88
|
projects, err := gateway.CooperationProjectsSearch(allied_creation_cooperation.ReqCooperationProjectSearch{
|
89
|
PageNumber: 1,
|
89
|
PageNumber: 1,
|
90
|
PageSize: 1,
|
90
|
PageSize: 1,
|
91
|
- //CompanyId: cmd.Operator.CompanyId,
|
91
|
+ CompanyId: cmd.Operator.CompanyId,
|
92
|
OrgId: cmd.Operator.OrgId,
|
92
|
OrgId: cmd.Operator.OrgId,
|
93
|
})
|
93
|
})
|
94
|
if err != nil {
|
94
|
if err != nil {
|