XMTT 5 years ago
parent
commit
ea3fee9639

+ 0 - 7
src/main/java/com/ekexiu/portal/resResult/ResearchResultService.java

@ -148,13 +148,6 @@ public class ResearchResultService {
148 148
            kws = ListUtil.splitTrimExcludeEmpty(subject + "," + industry, ',').toArray(new String[0]);
149 149
            this.keyWordService.refreshResearchResult(con, id, kws);
150 150
        }
151
152
        //Researcher researcher = new Researcher();
153
        //researcher.setId(id);
154
        //researcher.setProfessorId(researchResult.getCreator());
155
        //researcher.setName("");
156
        //researcher.setStatus("1");
157
        //this.researcherDao.insert(con,researcher);
158 151
        this.researchResultDao.insert(con, researchResult);
159 152
        return id;
160 153
    }