feat:完善项目信息

This commit is contained in:
henry
2022-01-04 16:10:05 +08:00
parent d2b182952c
commit d8ca61a449
4 changed files with 217 additions and 3 deletions

View File

@ -1,6 +1,7 @@
package technology
import (
"SciencesServer/app/api/enterprise/controller/manage"
"SciencesServer/app/api/enterprise/model"
"SciencesServer/app/basic/config"
"SciencesServer/app/basic/controller"
@ -65,13 +66,13 @@ func matchPatent(title string, industrys, keywords []string) (interface{}, error
// matchExpect 专家匹配
func matchExpect(title string, industrys, keywords []string) (interface{}, error) {
return nil, nil
return (&manage.Expert{}).Match(title, industrys, keywords)
}
// matchLaboratory 实验室匹配
func matchLaboratory(title string, industrys, keywords []string) (interface{}, error) {
return nil, nil
return (&manage.Laboratory{}).Match(title, industrys, keywords)
}
// matchCompany 公司匹配