Revert "fix: 1.修复新beta在分析时没有识别到核素之后没有对exist进行赋值的问题"

This reverts commit 28786f37c9.
This commit is contained in:
xiaoguangbin 2024-12-17 11:17:07 +08:00
parent 28786f37c9
commit a1459fe22f

View File

@ -864,7 +864,6 @@ public class SelfBaseUtil extends AbstractLogOrReport {
area += counts.get(i);
}
nuclideParam.put("area", area+"");
nuclideParam.put("exist", false);
}
param.put(mapKey, nuclideParam);
}