isc的ai预警图片bug修复

This commit is contained in:
guoshengxiong 2025-10-14 09:52:45 +08:00
parent 6c5abe934a
commit 121fe90f5d

View File

@ -670,7 +670,7 @@ public class HikvisionCall {
record.setAlarmDesc(record.getLocation());
record.setProjectSn(dev.getProjectSn());
record.setStatus(1);
String relativePath = projectInfoBySn.getProjectName() + "/" + DateUtil.today();
String relativePath = projectInfoBySn.getProjectName() + "/" + DateUtil.today() + "/";
try {
record.setImageUrl(uploadFileService.uploadUrlReturnFileName(imageUrl, relativePath));
} catch (Exception e) {