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
8b02cf6f
Commit
8b02cf6f
authored
Nov 23, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
487fbdd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
EquipmentSpecificController.java
...n/equipmanage/controller/EquipmentSpecificController.java
+8
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/EquipmentSpecificController.java
View file @
8b02cf6f
...
...
@@ -353,7 +353,14 @@ public class EquipmentSpecificController extends AbstractBaseController {
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"摄像头解绑设备"
,
notes
=
"摄像头绑定设备"
)
public
ResponseModel
delVideoOnEquipmentjb
(
@RequestBody
Map
<
String
,
List
<
String
>>
ids
)
{
List
<
String
>
equipmentSpecificIds
=
ids
.
get
(
"ids"
);
return
CommonResponseUtil
.
success
(
equipmentSpecificSerivce
.
delVideoOnEquipmentjb
(
equipmentSpecificIds
));
if
(
equipmentSpecificIds
!=
null
&&
equipmentSpecificIds
.
size
()>
0
){
return
CommonResponseUtil
.
success
(
equipmentSpecificSerivce
.
delVideoOnEquipmentjb
(
equipmentSpecificIds
));
}
else
{
throw
new
RuntimeException
(
"未获取到此设备!"
);
}
}
@RequestMapping
(
value
=
"/videoOnEquipmentSpecific/bj"
,
method
=
RequestMethod
.
POST
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
...
...
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