浏览代码

--update orgAuth();

zzy.zhiyuan.foxmail 8 年之前
父节点
当前提交
524cad709c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
		}