|
@@ -416,6 +416,7 @@ public class BaseCameraManagementController extends BaseController {
|
|
SimpleDateFormat dateFormat1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
SimpleDateFormat dateFormat1 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
String format1 = dateFormat1.format(new Date());
|
|
String format1 = dateFormat1.format(new Date());
|
|
list.add(format1);
|
|
list.add(format1);
|
|
|
|
+ list.add(msgAlarm.getLineDir());
|
|
return AjaxResult.success(list);
|
|
return AjaxResult.success(list);
|
|
}
|
|
}
|
|
|
|
|