XMTT 5 anos atrás
pai
commit
ea3fee9639

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

148
            kws = ListUtil.splitTrimExcludeEmpty(subject + "," + industry, ',').toArray(new String[0]);
148
            kws = ListUtil.splitTrimExcludeEmpty(subject + "," + industry, ',').toArray(new String[0]);
149
            this.keyWordService.refreshResearchResult(con, id, kws);
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
        this.researchResultDao.insert(con, researchResult);
151
        this.researchResultDao.insert(con, researchResult);
159
        return id;
152
        return id;
160
    }
153
    }