Merge branch 'feature_order_number' into test
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -112,7 +112,7 @@ func (srv CooperationProjectService) PersonSearchCooperationProject(projectQuery | @@ -112,7 +112,7 @@ func (srv CooperationProjectService) PersonSearchCooperationProject(projectQuery | ||
| 112 | PageNumber: projectQuery.PageNumber + 1, //手机序号从0开始的 | 112 | PageNumber: projectQuery.PageNumber + 1, //手机序号从0开始的 |
| 113 | PageSize: projectQuery.PageSize, | 113 | PageSize: projectQuery.PageSize, |
| 114 | OrgId: projectQuery.OrgId, | 114 | OrgId: projectQuery.OrgId, |
| 115 | - Status: 1, //搜索状态为“招标中”项目 | 115 | + //Status: 1, //搜索状态为“招标中”项目 |
| 116 | Keyword: projectQuery.Keyword, | 116 | Keyword: projectQuery.Keyword, |
| 117 | SearchCooperationProjectExtQueriesFlag: 1, | 117 | SearchCooperationProjectExtQueriesFlag: 1, |
| 118 | SearchCooperationProjectExtQueries: extQueries, | 118 | SearchCooperationProjectExtQueries: extQueries, |
| @@ -175,7 +175,7 @@ func (srv PersonStatisticsService) CooperationProjectRecommend(projectQuery *com | @@ -175,7 +175,7 @@ func (srv PersonStatisticsService) CooperationProjectRecommend(projectQuery *com | ||
| 175 | PageNumber: projectQuery.PageNumber + 1, | 175 | PageNumber: projectQuery.PageNumber + 1, |
| 176 | PageSize: projectQuery.PageSize, | 176 | PageSize: projectQuery.PageSize, |
| 177 | CooperationProjectUndertakerType: 3, | 177 | CooperationProjectUndertakerType: 3, |
| 178 | - Status: 1, | 178 | + // Status: 1, |
| 179 | }) | 179 | }) |
| 180 | if err != nil { | 180 | if err != nil { |
| 181 | return 0, nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) | 181 | return 0, nil, application.ThrowError(application.TRANSACTION_ERROR, err.Error()) |
-
请 注册 或 登录 后发表评论