feat:优化信息,增加技术成果搜索

This commit is contained in:
henry
2021-12-22 17:16:13 +08:00
parent 4743481ef8
commit 8d3e84bef9
8 changed files with 238 additions and 1 deletions

View File

@ -27,6 +27,7 @@ type (
// Instance 查询信息
func (c *Patent) Instance(title, industry string, page, pageSize int) (*controller.ReturnPages, error) {
// TODO缺少会员判断标准
mSysPatent := model.NewSysPatent()
where := make([]*model2.ModelWhere, 0)