Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
5d5e40ff
Commit
5d5e40ff
authored
Jul 13, 2024
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 大屏端 全局搜素 设备,场站,用户信息,监控 ,以及点击查看 详情功能初步实现,待跟前段界面联调测试。
parent
002fc467
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TDeviceInfoController.java
...ehong/web/controller/supervise/TDeviceInfoController.java
+1
-1
No files found.
zh-baseversion-admin/src/main/java/com/zehong/web/controller/supervise/TDeviceInfoController.java
View file @
5d5e40ff
...
@@ -79,7 +79,7 @@ public class TDeviceInfoController extends BaseController
...
@@ -79,7 +79,7 @@ public class TDeviceInfoController extends BaseController
*
*
* 大屏端 全局搜素 设备,场站,用户信息,监控 步骤二
* 大屏端 全局搜素 设备,场站,用户信息,监控 步骤二
* */
* */
@GetMapping
(
"/queryBasicInforBy
Name
ForBigWindows"
)
@GetMapping
(
"/queryBasicInforBy
TypeAndId
ForBigWindows"
)
public
AjaxResult
queryBasicInforByTypeAndIdForBigWindows
(
String
type
,
String
id
)
{
public
AjaxResult
queryBasicInforByTypeAndIdForBigWindows
(
String
type
,
String
id
)
{
return
AjaxResult
.
success
(
tDeviceInfoService
.
queryBasicInforByTypeAndIdForBigWindows
(
type
,
id
));
return
AjaxResult
.
success
(
tDeviceInfoService
.
queryBasicInforByTypeAndIdForBigWindows
(
type
,
id
));
}
}
...
...
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