|
@ -1736,7 +1736,7 @@ private VideoController videoController; |
|
|
return batchInvokedFunction2(jsonObject); |
|
|
return batchInvokedFunction2(jsonObject); |
|
|
} |
|
|
} |
|
|
//一体机柜调用机箱门数据
|
|
|
//一体机柜调用机箱门数据
|
|
|
@PostMapping("/integratedCabinetAir") |
|
|
//@PostMapping("/integratedCabinetAir")
|
|
|
@Scheduled(cron = "20 * * * * ?") |
|
|
@Scheduled(cron = "20 * * * * ?") |
|
|
@Transactional() |
|
|
@Transactional() |
|
|
public AjaxResult chassisDoor() throws IOException, HttpException { |
|
|
public AjaxResult chassisDoor() throws IOException, HttpException { |
|
|