|
|
@ -99,6 +99,7 @@ public class IcNatCompareRecordExcelImportListener implements ReadListener<IcNat |
|
|
|
// "sample_result_pcr":"2",// 核酸检测结果 1:阳性,2:阴性
|
|
|
|
String sample_result_pcr = ytHsjcResDetailDTO.getSample_result_pcr(); |
|
|
|
if (NumConstant.ONE_STR.equals(sample_result_pcr)) { |
|
|
|
// 检测结果(0:阴性 1:阳性):接口填入
|
|
|
|
compareRecordEntity.setNatResult(NumConstant.ONE_STR); |
|
|
|
} else if (NumConstant.TWO_STR.equals(sample_result_pcr)) { |
|
|
|
compareRecordEntity.setNatResult(NumConstant.ZERO_STR); |
|
|
|