|
@@ -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)
|