feat:完善项目信息
This commit is contained in:
@ -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 公司匹配
|
||||
|
Reference in New Issue
Block a user