Browse Source

--update orgAuth();

zzy.zhiyuan.foxmail 8 years ago
parent
commit
524cad709c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/ekexiu/portal/service/AuthApplyService.java

+ 1 - 0
src/main/java/com/ekexiu/portal/service/AuthApplyService.java

98
		authApply.setApplyType(3);
98
		authApply.setApplyType(3);
99
		authApply.setSolveStatus(1);
99
		authApply.setSolveStatus(1);
100
		this.authApplyDao.insert(con, authApply);
100
		this.authApplyDao.insert(con, authApply);
101
		this.orgDao.updateAuthStatus(con, authApply.getProfessorId(), "1");
101
		for (String fn : fns) {
102
		for (String fn : fns) {
102
			this.authImageService.insertImg(con, authApplyId, fn);
103
			this.authImageService.insertImg(con, authApplyId, fn);
103
		}
104
		}