heheng
6 天以前 189849927e37278c8bc03202bd714aca7a0f8f7d
multi-system/src/main/java/com/gkhy/exam/system/service/impl/StandardizedTemplateServiceImpl.java
@@ -134,7 +134,7 @@
    }
    private void checkPer(){
        boolean admin = SecurityUtils.adminUser();
        boolean admin = SecurityUtils.isAdmin(SecurityUtils.getUserId());
        if (!admin) {
            throw new ApiException("非管理员不可操作");
        }
@@ -213,7 +213,7 @@
        //部门
        SysDept sysDept = new SysDept();
        sysDept.setCompanyId(companyId.longValue());
        sysDept.setResponsType("1");
//        sysDept.setResponsType("1");
        List<TreeSelect> treeSelects = iSysDeptService.selectDeptTreeList(sysDept);
        //公司概况