Compare commits
No commits in common. "8768a2b566cbd41d82e3f33ce1c3c760ec0c285f" and "6d0531894d60f40e6ebbd33bde95cdba0dfb6386" have entirely different histories.
8768a2b566
...
6d0531894d
|
@ -201,13 +201,13 @@ public class AlarmAnalysisRuleServiceImpl extends ServiceImpl<AlarmAnalysisRuleM
|
|||
if (null != analysisRule.getAcqTime()) {
|
||||
List<String> acqTimes = ListUtil
|
||||
.toList(analysisRule.getAcqTime().split(comma));
|
||||
analysisRuleInfo.setAcqTime(acqTimes);
|
||||
analysisRuleInfo.setColTime(acqTimes);
|
||||
}
|
||||
|
||||
if (null != analysisRule.getXe133MDC()) {
|
||||
List<String> xe133MDC = ListUtil
|
||||
.toList(analysisRule.getXe133MDC().split(comma));
|
||||
analysisRuleInfo.setXe133MDC(xe133MDC);
|
||||
analysisRuleInfo.setColTime(xe133MDC);
|
||||
}
|
||||
|
||||
if (null != analysisRule.getIdentifyNuclides()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user