Commit af2eace4 authored by yzm's avatar yzm

水池改为3

parent 0a26bf1d
...@@ -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) {
......
spring: spring:
profiles: profiles:
active: dev active: dev85
mybatis: mybatis:
type-aliases-package: com.cx.cn.cxquartz.bean type-aliases-package: com.cx.cn.cxquartz.bean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment