heheng
6 天以前 879f9bee74d45a48fc98520d804416f15257be00
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("非管理员不可操作");
        }