...
|
...
|
@@ -114,6 +114,7 @@ func (srv CooperationProjectService) PersonSearchCooperationProject(projectQuery |
|
|
OrgId: projectQuery.OrgId,
|
|
|
Status: 1, //搜索状态为“招标中”项目
|
|
|
Keyword: projectQuery.Keyword,
|
|
|
SearchCooperationProjectExtQueriesFlag: 1,
|
|
|
SearchCooperationProjectExtQueries: extQueries,
|
|
|
})
|
|
|
if err != nil {
|
...
|
...
|
|