Commit d4b05c11c07e771bace8c83327e92216748116ca

Authored by 648540858
2 parents 5dc08a45 9fb7246f

Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0

src/main/java/com/genersoft/iot/vmp/vmanager/gb28181/record/GBRecordController.java
... ... @@ -63,7 +63,7 @@ public class GBRecordController {
63 63 public DeferredResult<ResponseEntity<RecordInfo>> recordinfo(@PathVariable String deviceId,@PathVariable String channelId, String startTime, String endTime){
64 64  
65 65 if (logger.isDebugEnabled()) {
66   - logger.debug(String.format("录像信息查询 API调用,deviceId:%s ,startTime:%s, startTime:%s",deviceId, startTime, endTime));
  66 + logger.debug(String.format("录像信息查询 API调用,deviceId:%s ,startTime:%s, endTime:%s",deviceId, startTime, endTime));
67 67 }
68 68  
69 69 Device device = storager.queryVideoDevice(deviceId);
... ...