Browse Source

提交代码

2023
ychao_1983 2 years ago
parent
commit
632a7e0835
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      models/tech_converge_info.go
  2. +1
    -0
      services/tech/tech.go

+ 1
- 0
models/tech_converge_info.go View File

@@ -346,6 +346,7 @@ type TechRepoInfoAdmin struct {
Status int `json:"status"`
ProjectNumber string `json:"no"`
ProjectName string `json:"name"`
ApplyYear int `json:"apply_year"`
Institution string `json:"institution"`
Province string `json:"province"`
Category string `json:"category"`


+ 1
- 0
services/tech/tech.go View File

@@ -77,6 +77,7 @@ func GetAdminRepoInfo(opts *models.SearchUserRepoOpt) ([]*models.TechRepoInfoAdm
techRepoInfoAdmin.ProjectNumber = baseInfo.ProjectNumber
techRepoInfoAdmin.ProjectName = baseInfo.ProjectName
techRepoInfoAdmin.Institution = baseInfo.Institution
techRepoInfoAdmin.ApplyYear = baseInfo.ApplyYear
techRepoInfoAdmin.Province = baseInfo.Province
techRepoInfoAdmin.Category = baseInfo.Category
techRepoInfoAdmin.Owner = baseInfo.Owner


Loading…
Cancel
Save