自建台站已经加载过的数据再次加载页面数据丢失问题修改
人工交互beta保存日志路径,报告路径sql代码
This commit is contained in:
parent
eb3605d9e8
commit
d1de32433e
|
@ -938,7 +938,9 @@
|
|||
#{gardsAnalyses.usedgasphd},
|
||||
#{gardsAnalyses.useddetphd},
|
||||
#{gardsAnalyses.usedgasphdId},
|
||||
#{gardsAnalyses.useddetphdId})
|
||||
#{gardsAnalyses.useddetphdId},
|
||||
#{gardsAnalyses.logPath},
|
||||
#{gardsAnalyses.reportPath})
|
||||
</insert>
|
||||
|
||||
<delete id="deleteCalibrationPairs">
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user