Commit af2eace4 authored by yzm's avatar yzm

水池改为3

parent 0a26bf1d
......@@ -160,7 +160,7 @@ public class ExtController {
public String getDeviceSnapshotAndRecognize(@RequestBody String taskno) {
//根据判断监控是否存在,该监控检测的事件是什么
List<QuartzTaskInformations> mapList = sbtdspsrService.selectRecogByRtsp(taskno);
String model = "1";
String model = "3";
//图片框选出来的范围
Long[] roiarray;
if (null != mapList && !mapList.equals("") && mapList.size() > 0) {
......
spring:
profiles:
active: dev
active: dev85
mybatis:
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