Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
7c37c4c4
Commit
7c37c4c4
authored
Sep 22, 2021
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)增加查询巡检接口
parent
32e7af7c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
InputItem.java
...va/com/yeejoin/amos/supervision/dao/entity/InputItem.java
+1
-1
LatentDangerController.java
...pervision/business/controller/LatentDangerController.java
+3
-3
LatentDangerServiceImpl.java
...vision/business/service/impl/LatentDangerServiceImpl.java
+0
-0
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-supervision-api/src/main/java/com/yeejoin/amos/supervision/dao/entity/InputItem.java
View file @
7c37c4c4
...
...
@@ -224,7 +224,6 @@ public class InputItem extends BasicEntity {
/**
* 扩展属性
*/
@Transient
private
String
ext
;
public
Integer
getItemStart
()
{
...
...
@@ -515,6 +514,7 @@ public class InputItem extends BasicEntity {
this
.
checkTypeId
=
checkTypeId
;
}
@Transient
public
String
getExt
()
{
return
ext
;
}
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/controller/LatentDangerController.java
View file @
7c37c4c4
...
...
@@ -302,9 +302,9 @@ public class LatentDangerController extends AbstractBaseController {
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"查询巡检
隐患信息"
,
notes
=
"查询巡检隐患
信息"
)
@
Ge
tMapping
(
value
=
"/patrol/danger/info"
)
public
CommonResponse
getPatrolDangerInfo
(
@Request
Param
JSONObject
param
)
{
@ApiOperation
(
value
=
"查询巡检
信息"
,
notes
=
"查询巡检
信息"
)
@
Pos
tMapping
(
value
=
"/patrol/danger/info"
)
public
CommonResponse
getPatrolDangerInfo
(
@Request
Body
(
required
=
false
)
JSONObject
param
)
{
return
CommonResponseUtil
.
success
(
iLatentDangerService
.
getPatrolDangerInfo
(
param
));
}
}
amos-boot-module/amos-boot-module-biz/amos-boot-module-supervision-biz/src/main/java/com/yeejoin/amos/supervision/business/service/impl/LatentDangerServiceImpl.java
View file @
7c37c4c4
This diff is collapsed.
Click to expand it.
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