Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety
Commits
7b595fb5
Commit
7b595fb5
authored
Sep 07, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
访问权限问题 gengdidi
parent
6665ab46
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
TDeviceAlarmController.java
...web/controller/dataMonitoring/TDeviceAlarmController.java
+1
-1
TDeviceInfoController.java
...m/zehong/web/controller/device/TDeviceInfoController.java
+1
-1
TPipeController.java
...ava/com/zehong/web/controller/device/TPipeController.java
+1
-1
SysUserController.java
...a/com/zehong/web/controller/system/SysUserController.java
+1
-1
No files found.
gassafety-admin/src/main/java/com/zehong/web/controller/dataMonitoring/TDeviceAlarmController.java
View file @
7b595fb5
...
...
@@ -40,7 +40,7 @@ public class TDeviceAlarmController extends BaseController
/**
* 查询报警信息列表
*/
@PreAuthorize
(
"@ss.hasPermi('dataMonitoring:deviceAlarm:list')"
)
//
@PreAuthorize("@ss.hasPermi('dataMonitoring:deviceAlarm:list')")
@GetMapping
(
"/list"
)
public
TableDataInfo
list
(
DeviceAlarmForm
deviceAlarmForm
)
throws
Exception
{
...
...
gassafety-admin/src/main/java/com/zehong/web/controller/device/TDeviceInfoController.java
View file @
7b595fb5
...
...
@@ -141,7 +141,7 @@ public class TDeviceInfoController extends BaseController
/**
* 统计各设备类型的设备总数
*/
@PreAuthorize
(
"@ss.hasPermi('device:deviceInfo:countDeviceByType')"
)
//
@PreAuthorize("@ss.hasPermi('device:deviceInfo:countDeviceByType')")
@GetMapping
(
"/countDeviceByType"
)
public
AjaxResult
countDeviceByType
()
{
...
...
gassafety-admin/src/main/java/com/zehong/web/controller/device/TPipeController.java
View file @
7b595fb5
...
...
@@ -112,7 +112,7 @@ public class TPipeController extends BaseController
/**
* 统计管道总长度
*/
@PreAuthorize
(
"@ss.hasPermi('device:pipe:countPipeLength')"
)
//
@PreAuthorize("@ss.hasPermi('device:pipe:countPipeLength')")
@GetMapping
(
"/countPipeLength"
)
public
AjaxResult
countPipeLength
()
{
...
...
gassafety-admin/src/main/java/com/zehong/web/controller/system/SysUserController.java
View file @
7b595fb5
...
...
@@ -82,7 +82,7 @@ public class SysUserController extends BaseController
/**
* 获取巡检员列表
*/
@PreAuthorize
(
"@ss.hasPermi('system:user:inspectorList')"
)
//
@PreAuthorize("@ss.hasPermi('system:user:inspectorList')")
@GetMapping
(
"/inspectorList"
)
public
AjaxResult
inspectorList
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment