diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 233005a..ef11613 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -58,6 +58,9 @@ mybatis: config-location: classpath:mybatis/mybatis-config.xml mapper-locations: classpath*:mybatis/mapper/**/*.xml +access-control: + role-permission: false + swagger: base-package-list: ink.wgink,cn.com.tenlion diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index f62400a..bdcb9cb 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -59,6 +59,9 @@ mybatis: config-location: classpath:mybatis/mybatis-config.xml mapper-locations: classpath*:mybatis/mapper/**/*.xml +access-control: + role-permission: false + swagger: base-package-list: ink.wgink,cn.com.tenlion diff --git a/src/main/resources/mybatis/mapper/user-expand/user-expand-mapper.xml b/src/main/resources/mybatis/mapper/user-expand/user-expand-mapper.xml index ceb0077..4f7b5ab 100644 --- a/src/main/resources/mybatis/mapper/user-expand/user-expand-mapper.xml +++ b/src/main/resources/mybatis/mapper/user-expand/user-expand-mapper.xml @@ -28,7 +28,7 @@ `user_id` char(36) DEFAULT NULL COMMENT '主键', `area_code` varchar(255) DEFAULT NULL COMMENT '地区编码', `area_name` varchar(255) DEFAULT NULL COMMENT '地区名称', - `user_level` varchar(255) DEFAULT NULL COMMENT '地区级别', + `user_level` int(2) DEFAULT NULL COMMENT '地区级别', `creator` char(36) DEFAULT NULL COMMENT '创建人', `gmt_create` datetime DEFAULT NULL COMMENT '创建时间', `modifier` char(36) DEFAULT NULL COMMENT '修改人', diff --git a/src/main/resources/templates/index/index.html b/src/main/resources/templates/index/index.html index e4ba834..af75dbf 100644 --- a/src/main/resources/templates/index/index.html +++ b/src/main/resources/templates/index/index.html @@ -33,7 +33,7 @@ watchSlidesProgress: true, slidesPerView: 'auto', centeredSlides: true, - loop: true, + // loop: true, loopedSlides: 5, // autoplay: true, navigation: {