|
670e37e7a6
|
fix(basic): 修正阿里云 OSS 文件存储域名
ZhenTu-BE/pipeline/head This commit looks good
- 移除了之前在 DeviceFactory 类中对 AliOssStorageOperator 初始化时添加的 "-internal" 后缀- 此修改解决了因内部域名错误导致的文件存储失败问题
|
2025-09-09 13:43:03 +08:00 |
|
|
ac91921c28
|
refactor(device): 优化文件列表获取逻辑
- 移除了不必要的循环遍历,简化了代码结构
- 仅根据起始日期获取一次文件列表,提高了效率- 清除了无用的日历操作,减少了代码复杂性
|
2025-09-09 13:32:58 +08:00 |
|
|
9587354d0a
|
fix(device): 修复阿里云 OSS 文件检索和连接问题
- 修改 AliOssStorageOperator 中的时间增量,从分钟改为天
- 在 DeviceFactory 中为阿里云 OSS操作器添加域名替换,以解决连接问题
|
2025-09-09 13:08:42 +08:00 |
|
|
3b8a33c8eb
|
refactor(device): 优化时间格式处理
- 移除了 DeviceFactory 和 DeviceRepository 中将 LocalDateTime转换为 Date 的代码
- 更新了 DeviceConfigV2DTO 和 DeviceV2DTO,将 createTime 和 updateTime 字段从 LocalDateTime 改为 Date
- 现在使用 @JsonFormat 注解来处理日期格式的序列化和反序列化
|
2025-09-04 12:36:44 +08:00 |
|
|
7779b84c81
|
feat(device): 集成 zt-device 服务
- 移除 DeviceController、DeviceService 相关代码
- 更新 ViidController、WvpController 使用 DeviceIntegrationService
- 修改 DeviceFactory 创建 DeviceEntity 的方式
- 更新 DeviceRepository 使用 DeviceV2DTO
-调整 CustomUploadTaskService、AppScenicServiceImpl 中的设备相关逻辑
- 移除 DeviceServiceImpl 类
- 更新 VideoPieceCleaner、VideoPieceGetter 任务类,使用 DeviceIntegrationService 获取设备信息
|
2025-09-04 10:03:00 +08:00 |
|
|
98e5c3dc39
|
fix(device): 移除未配置 deviceNo 时的被动存储查询
- 在 VptPassiveStorageOperator 和 WvpPassiveStorageOperator 中添加日志警告
- 返回空列表以避免使用未配置的 deviceNo 进行查询
- 移除 DeviceEntity 中的 no2 字段
- 更新 DeviceServiceImpl 中的缓存清除逻辑
|
2025-09-01 18:45:26 +08:00 |
|
|
563d83f849
|
jackson
|
2025-07-27 08:59:08 +08:00 |
|
|
80f4491836
|
Java21
|
2025-05-30 17:25:28 +08:00 |
|
|
5a4f6a5af3
|
几个高频/轮询接口迁走了
|
2025-04-27 04:36:12 +08:00 |
|
|
c2ebbd71e2
|
2
|
2025-03-11 12:07:34 +08:00 |
|
|
e9890a3856
|
线程池直接拉大
|
2025-03-02 23:25:46 +08:00 |
|
|
8428907db4
|
1
|
2025-03-01 15:01:47 +08:00 |
|
|
ea3ce510d8
|
支持vpt方式
|
2025-02-07 23:00:46 +08:00 |
|
|
f670fb2f91
|
修改方式,避免报错
|
2025-01-22 14:22:53 +08:00 |
|
|
29715bda78
|
修改
|
2025-01-21 14:48:58 +08:00 |
|
|
0bba613001
|
wvp passive
|
2025-01-16 22:22:17 +08:00 |
|
|
02548a3028
|
bug
|
2025-01-13 10:26:18 +08:00 |
|
|
9c1d979bd8
|
获取时记得排序,默认是倒叙的
|
2025-01-13 10:26:10 +08:00 |
|
|
f693f036df
|
远程wvp问题
|
2025-01-11 02:00:30 +08:00 |
|
|
f8d4665c59
|
1111
|
2025-01-02 16:21:00 +08:00 |
|
|
c000eb2700
|
WVP_ACTIVE支持
|
2025-01-02 15:12:08 +08:00 |
|
|
2031b77f12
|
地址问题,时间判断问题
|
2024-12-30 20:47:24 +08:00 |
|
|
445c0bbf75
|
支持创建时间相等
|
2024-12-29 18:06:50 +08:00 |
|
|
80c8dc2b3c
|
修改IDevice+IStor
|
2024-12-29 11:09:37 +08:00 |
|
|
ba00a90412
|
阿里OSS获取文件列表和删除逻辑优化
|
2024-12-15 17:17:29 +08:00 |
|
|
8c81a994c8
|
获取人脸对应视频流程,自动删除源视频流程,自动创建任务渲染流程,自动删除人脸数据逻辑
|
2024-12-12 15:47:49 +08:00 |
|