更新前端截图
|
@ -39,7 +39,6 @@ https://gitee.com/pan648540858/wvp-GB28181-pro.git
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
# 功能特性
|
||||
|
|
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()) {
|
||||
|
|