LLL il y a 1 an
Parent
commit
fd098c43ae

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysPositionController.java

@@ -68,7 +68,7 @@ public class SysPositionController {
     @AutoLog(value = "职务表-分页列表查询")
     @ApiOperation(value = "职务表-分页列表查询", notes = "职务表-分页列表查询")
     @GetMapping(value = "/list")
-    @PermissionData
+//    @PermissionData
     public Result<IPage<SysPosition>> queryPageList(SysPosition sysPosition,
                                                     @RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo,
                                                     @RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize,

+ 0 - 6
jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml

@@ -140,12 +140,6 @@ spring:
           #username: root
           #password: root
           #driver-class-name: com.mysql.cj.jdbc.Driver
-  #redis 配置
-#  redis:
-#    database: 10
-#    host: 121.36.94.59
-#    port: 6379
-#    password: MAESYbh1
   redis:
     database: 0
     host: 152.136.206.27