Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
AlarmAutoSend
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
VideoAIService
AlarmAutoSend
Commits
af2eace4
Commit
af2eace4
authored
Jul 23, 2021
by
yzm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
水池改为3
parent
0a26bf1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/java/com/cx/cn/cxquartz/controller/ExtController.java
...ain/java/com/cx/cn/cxquartz/controller/ExtController.java
+1
-1
src/main/resources/application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/java/com/cx/cn/cxquartz/controller/ExtController.java
View file @
af2eace4
...
@@ -160,7 +160,7 @@ public class ExtController {
...
@@ -160,7 +160,7 @@ public class ExtController {
public
String
getDeviceSnapshotAndRecognize
(
@RequestBody
String
taskno
)
{
public
String
getDeviceSnapshotAndRecognize
(
@RequestBody
String
taskno
)
{
//根据判断监控是否存在,该监控检测的事件是什么
//根据判断监控是否存在,该监控检测的事件是什么
List
<
QuartzTaskInformations
>
mapList
=
sbtdspsrService
.
selectRecogByRtsp
(
taskno
);
List
<
QuartzTaskInformations
>
mapList
=
sbtdspsrService
.
selectRecogByRtsp
(
taskno
);
String
model
=
"
1
"
;
String
model
=
"
3
"
;
//图片框选出来的范围
//图片框选出来的范围
Long
[]
roiarray
;
Long
[]
roiarray
;
if
(
null
!=
mapList
&&
!
mapList
.
equals
(
""
)
&&
mapList
.
size
()
>
0
)
{
if
(
null
!=
mapList
&&
!
mapList
.
equals
(
""
)
&&
mapList
.
size
()
>
0
)
{
...
...
src/main/resources/application.yml
View file @
af2eace4
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
dev
85
mybatis
:
mybatis
:
type-aliases-package
:
com.cx.cn.cxquartz.bean
type-aliases-package
:
com.cx.cn.cxquartz.bean
...
...
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