Explorar el Código

--update orgAuth();

zzy.zhiyuan.foxmail %!s(int64=8) %!d(string=hace) años
padre
commit
524cad709c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/ekexiu/portal/service/AuthApplyService.java

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

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