更新前端截图
|
@ -39,7 +39,6 @@ https://gitee.com/pan648540858/wvp-GB28181-pro.git
|
|||
![3](doc/_media/3.png "3.png")
|
||||
![3-1](doc/_media/3-1.png "3-1.png")
|
||||
![3-2](doc/_media/3-2.png "3-2.png")
|
||||
![3-3](doc/_media/3-3.png "3-3.png")
|
||||
![build_1](https://images.gitee.com/uploads/images/2022/0304/101919_ee5b8c79_1018729.png "2022-03-04_10-13.png")
|
||||
|
||||
# 功能特性
|
||||
|
|
BIN
doc/_media/2.png
Before Width: | Height: | Size: 469 KiB After Width: | Height: | Size: 938 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 650 KiB After Width: | Height: | Size: 920 KiB |
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 96 KiB |
|
@ -85,8 +85,8 @@ public class CloudRecordServiceImpl implements ICloudRecordService {
|
|||
}else {
|
||||
endDate = LocalDate.of(year, month + 1, 1);
|
||||
}
|
||||
long startTimeStamp = startDate.atStartOfDay().toInstant(ZoneOffset.ofHours(8)).getEpochSecond() * 1000;
|
||||
long endTimeStamp = endDate.atStartOfDay().toInstant(ZoneOffset.ofHours(8)).getEpochSecond() * 1000;
|
||||
long startTimeStamp = startDate.atStartOfDay().toInstant(ZoneOffset.ofHours(8)).toEpochMilli();
|
||||
long endTimeStamp = endDate.atStartOfDay().toInstant(ZoneOffset.ofHours(8)).toEpochMilli();
|
||||
List<CloudRecordItem> cloudRecordItemList = cloudRecordServiceMapper.getList(null, app, stream, startTimeStamp,
|
||||
endTimeStamp, null, mediaServerItems, null);
|
||||
if (cloudRecordItemList.isEmpty()) {
|
||||
|
|