Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhny
Project
Project
Details
Activity
Releases
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
王夏晖
zhny
Commits
4eb5a4bc
Commit
4eb5a4bc
authored
May 24, 2018
by
张大伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://103.249.252.28:90/wangxiahui/zhny
into develop
parents
c38fe785
436673d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
SystemController.java
.../rcisoft/business/system/controller/SystemController.java
+3
-2
No files found.
src/main/java/org/rcisoft/business/system/controller/SystemController.java
View file @
4eb5a4bc
...
@@ -72,8 +72,9 @@ public class SystemController {
...
@@ -72,8 +72,9 @@ public class SystemController {
@ApiImplicitParam
(
name
=
"proId"
,
value
=
"项目主键"
,
required
=
true
,
dataType
=
"字符串"
)
@ApiImplicitParam
(
name
=
"proId"
,
value
=
"项目主键"
,
required
=
true
,
dataType
=
"字符串"
)
})
})
@RequestMapping
(
"/selectDataByCache"
)
@RequestMapping
(
"/selectDataByCache"
)
public
Result
selectDataByCache
(
@RequestParam
String
proId
)
{
public
String
selectDataByCache
(
@RequestParam
String
proId
)
{
return
Result
.
builder
(
new
PersistModel
(
1
),
MessageConstant
.
MESSAGE_ALERT_SUCCESS
,
MessageConstant
.
MESSAGE_ALERT_ERROR
,
systemServiceImpl
.
selectDataByCache
(
proId
));
return
systemServiceImpl
.
selectDataByCache
(
proId
);
// return Result.builder(new PersistModel(1), MessageConstant.MESSAGE_ALERT_SUCCESS, MessageConstant.MESSAGE_ALERT_ERROR, systemServiceImpl.selectDataByCache(proId));
}
}
@ApiOperation
(
value
=
"查询传感器code"
,
notes
=
"查询传感器code"
)
@ApiOperation
(
value
=
"查询传感器code"
,
notes
=
"查询传感器code"
)
...
...
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