From e28f24ba0d94f56ba7a4f604b1a4787935cf15a5 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Tue, 16 Nov 2021 10:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8E=A5=E5=8F=A3=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 3 +++ src/main/resources/application-test.yml | 3 +++ .../mybatis/mapper/user-expand/user-expand-mapper.xml | 2 +- src/main/resources/templates/index/index.html | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) 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: {