Compare commits

...

2 Commits

View File

@ -201,13 +201,13 @@ public class AlarmAnalysisRuleServiceImpl extends ServiceImpl<AlarmAnalysisRuleM
if (null != analysisRule.getAcqTime()) { if (null != analysisRule.getAcqTime()) {
List<String> acqTimes = ListUtil List<String> acqTimes = ListUtil
.toList(analysisRule.getAcqTime().split(comma)); .toList(analysisRule.getAcqTime().split(comma));
analysisRuleInfo.setColTime(acqTimes); analysisRuleInfo.setAcqTime(acqTimes);
} }
if (null != analysisRule.getXe133MDC()) { if (null != analysisRule.getXe133MDC()) {
List<String> xe133MDC = ListUtil List<String> xe133MDC = ListUtil
.toList(analysisRule.getXe133MDC().split(comma)); .toList(analysisRule.getXe133MDC().split(comma));
analysisRuleInfo.setColTime(xe133MDC); analysisRuleInfo.setXe133MDC(xe133MDC);
} }
if (null != analysisRule.getIdentifyNuclides()) { if (null != analysisRule.getIdentifyNuclides()) {