LingxinMeng hace 11 meses
padre
commit
5dfacb1d46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      aarch64/pjisuv/common/service/rosbag_upload.go

+ 1 - 1
aarch64/pjisuv/common/service/rosbag_upload.go

@@ -156,7 +156,7 @@ outLoop:
 				//if err := commonUtil.RemoveDir(dir); err != nil {
 				//	continue outLoop
 				//}
-				commonUtil.WriteStringToFile(callBackJson, "/mnt/media/sda1/cicv-data-closedloop/data/"+currentTimeWindow.FaultTime+"/")
+				commonUtil.WriteStringToFile(callBackJson, dir+"callback.json")
 
 			}
 			c_log.GlobalLogger.Infof("结束处理窗口,【Label】=%v,【FaultTime】=%v,【Length】=%v", currentTimeWindow.Labels, currentTimeWindow.FaultTime, currentTimeWindow.Length)