431432433434435436437438439440441
funAuth.setAuth(authForm); if ("Y".equals(funForm.getBootFlag())) { funAuth.setOperations(sb.toString()); } funAuth.setOperateBy(operateBy); faDao.create(funAuth); } refresheFunAuth(authForm); }