自建台站已经加载过的数据再次加载页面数据丢失问题修改

人工交互beta保存日志路径,报告路径sql代码
This commit is contained in:
qiaoqinzheng 2024-01-16 09:35:30 +08:00
parent eb3605d9e8
commit d1de32433e
2 changed files with 5 additions and 1 deletions

View File

@ -938,7 +938,9 @@
#{gardsAnalyses.usedgasphd},
#{gardsAnalyses.useddetphd},
#{gardsAnalyses.usedgasphdId},
#{gardsAnalyses.useddetphdId})
#{gardsAnalyses.useddetphdId},
#{gardsAnalyses.logPath},
#{gardsAnalyses.reportPath})
</insert>
<delete id="deleteCalibrationPairs">

View File

@ -82,6 +82,8 @@ public class SelfStationServiceImpl implements ISelfStationService {
selfStationData.setDetTmpPath(detFilePath);
}
}
} else {
selfStationUtil.loadFile(selfStationData, null, null, map);
}
//将自建台站的数据封装到缓存对象中
selfCache.put(sampleFileName + StringPool.DASH + userName, selfStationData);