|
|
|
|
151
|
Researcher res = new Researcher();
|
151
|
Researcher res = new Researcher();
|
152
|
res.setId(id);
|
152
|
res.setId(id);
|
153
|
res.setProfessorId(researchResult.getCreator());
|
153
|
res.setProfessorId(researchResult.getCreator());
|
154
|
res.setName("");
|
|
|
|
|
154
|
res.setName("######");
|
155
|
res.setStatus("1");
|
155
|
res.setStatus("1");
|
156
|
this.researcherDao.insert(con,res);
|
156
|
this.researcherDao.insert(con,res);
|
157
|
this.researchResultDao.insert(con, researchResult);
|
157
|
this.researchResultDao.insert(con, researchResult);
|