isc的ai预警图片bug修复
This commit is contained in:
parent
6c5abe934a
commit
121fe90f5d
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user