Compare commits
2 Commits
6d0531894d
...
8768a2b566
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8768a2b566 | ||
![]() |
139bf46ba0 |
|
@ -201,13 +201,13 @@ public class AlarmAnalysisRuleServiceImpl extends ServiceImpl<AlarmAnalysisRuleM
|
|||
if (null != analysisRule.getAcqTime()) {
|
||||
List<String> acqTimes = ListUtil
|
||||
.toList(analysisRule.getAcqTime().split(comma));
|
||||
analysisRuleInfo.setColTime(acqTimes);
|
||||
analysisRuleInfo.setAcqTime(acqTimes);
|
||||
}
|
||||
|
||||
if (null != analysisRule.getXe133MDC()) {
|
||||
List<String> xe133MDC = ListUtil
|
||||
.toList(analysisRule.getXe133MDC().split(comma));
|
||||
analysisRuleInfo.setColTime(xe133MDC);
|
||||
analysisRuleInfo.setXe133MDC(xe133MDC);
|
||||
}
|
||||
|
||||
if (null != analysisRule.getIdentifyNuclides()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user