Commit 35dea94d authored by 史志龙's avatar 史志龙

分析算法更新--shizhilong

parent ad65c05d
...@@ -126,7 +126,7 @@ public class AnalysisAlgorithmLine { ...@@ -126,7 +126,7 @@ public class AnalysisAlgorithmLine {
wrapper3.eq(AnalysisLineBatchUnitDeviceCorrugationInfo::getAnalysisBatchId, analysisLineBatch.getId()); wrapper3.eq(AnalysisLineBatchUnitDeviceCorrugationInfo::getAnalysisBatchId, analysisLineBatch.getId());
analysisLineBatchUnitDeviceCorrugationInfoService.remove(wrapper3); analysisLineBatchUnitDeviceCorrugationInfoService.remove(wrapper3);
corrugationInfoCheckDataAnalysis(analysisLineBatch, checkDataMap, unitDeviceList); corrugationInfoCheckDataAnalysis(analysisLineBatch, checkDataMap, unitDeviceList);
} else if ("5" == checkDataMap.getEkType()) { } else if ("5".equals(checkDataMap.getEkType())) {
//5-道床检查 //5-道床检查
//原来道床检查单元信息详情删除 //原来道床检查单元信息详情删除
LambdaQueryWrapper<AnalysisLineBatchUnitDeviceTrackBedInfo> wrapper3 = Wrappers.lambdaQuery(); LambdaQueryWrapper<AnalysisLineBatchUnitDeviceTrackBedInfo> wrapper3 = Wrappers.lambdaQuery();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment