fix:1.修改B谱日志写入文件bug

This commit is contained in:
panbaolin 2023-09-25 09:26:57 +08:00
parent efc9261331
commit 3ce210b557

View File

@ -1,17 +1,14 @@
package org.jeecg.modules.spectrum;
import com.google.common.collect.Lists;
import lombok.Setter;
import org.jeecg.common.constant.StringConstant;
import org.jeecg.common.properties.SpectrumPathProperties;
import org.jeecg.common.util.DateUtils;
import org.jeecg.modules.base.enums.DataType;
import org.jeecg.modules.base.enums.SampleStatus;
import org.jeecg.modules.base.enums.SystemType;
import org.jeecg.modules.native_jni.struct.BgAnalyseResult;
import org.jeecg.modules.native_jni.struct.EnergySpectrumStruct;
import org.jeecg.modules.service.BlockConstant;
import java.io.ByteArrayInputStream;
import java.nio.charset.StandardCharsets;
import java.util.List;
@ -166,12 +163,13 @@ public class ParsingProcessLog {
if(fileNotExist){
// Gas谱或Det谱文件找不到异常结束
fileNotExistException();
}
}else{
this.readCalibrationData();
this.reading_roi_limits();
this.reading_roi_ratios();
this.reading_B_G_Efficiency();
this.NCC_analysis();
}
if(analysisDataStoreFlag == true){
storeFlag = "error";