Merge branch 'master' of http://49.232.154.205:10100/DeXun/rtsp-video-analysis-system
This commit is contained in:
@@ -294,7 +294,7 @@ public class VideoAnalysisService {
|
||||
if (currentAccessory == null || currentAccessory.isEmpty()) {
|
||||
record.setAccessory(objectUrl);
|
||||
} else {
|
||||
record.setAccessory(currentAccessory + ";" + objectUrl);
|
||||
record.setAccessory(currentAccessory + "," + objectUrl);
|
||||
}
|
||||
inspectionTaskRecordMapper.updateInspectionTaskRecord(record);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user