Przeglądaj źródła

--update expertAuth();

zzy.zhiyuan.foxmail 8 lat temu
rodzic
commit
ab4e209c5a

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

@ -73,7 +73,7 @@ public class AuthApplyService {
73 73
		authApply.setApplyType(2);
74 74
		authApply.setSolveStatus(1);
75 75
		this.authApplyDao.insert(con, authApply);
76
		this.professorDao.updateAuthStatus(con, authApply.getProfessorId(), 1);
76
		this.professorDao.updateAuthType(con, authApply.getProfessorId(), 1);
77 77
		for (String fn : fns) {
78 78
			this.authImageService.insertImg(con, authApplyId, fn);
79 79
		}