自建台站已经加载过的数据再次加载页面数据丢失问题修改
人工交互beta保存日志路径,报告路径sql代码
This commit is contained in:
parent
eb3605d9e8
commit
d1de32433e
|
@ -938,7 +938,9 @@
|
||||||
#{gardsAnalyses.usedgasphd},
|
#{gardsAnalyses.usedgasphd},
|
||||||
#{gardsAnalyses.useddetphd},
|
#{gardsAnalyses.useddetphd},
|
||||||
#{gardsAnalyses.usedgasphdId},
|
#{gardsAnalyses.usedgasphdId},
|
||||||
#{gardsAnalyses.useddetphdId})
|
#{gardsAnalyses.useddetphdId},
|
||||||
|
#{gardsAnalyses.logPath},
|
||||||
|
#{gardsAnalyses.reportPath})
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
<delete id="deleteCalibrationPairs">
|
<delete id="deleteCalibrationPairs">
|
||||||
|
|
|
@ -82,6 +82,8 @@ public class SelfStationServiceImpl implements ISelfStationService {
|
||||||
selfStationData.setDetTmpPath(detFilePath);
|
selfStationData.setDetTmpPath(detFilePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
selfStationUtil.loadFile(selfStationData, null, null, map);
|
||||||
}
|
}
|
||||||
//将自建台站的数据封装到缓存对象中
|
//将自建台站的数据封装到缓存对象中
|
||||||
selfCache.put(sampleFileName + StringPool.DASH + userName, selfStationData);
|
selfCache.put(sampleFileName + StringPool.DASH + userName, selfStationData);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user