Commit 4be9bf0d by wangweidong

土工平台修改

parent f3d66813
......@@ -288,12 +288,15 @@ public class CollectUtil {
if (content.contains("剪切峰值50%ε50")){
String [] e50s=content.split("│");
if (e50s.length>3){
if (e50s.length>=3){
if (StringUtils.isNotBlank(e50s[2])){
SoilExperimentCollectData njlData = new SoilExperimentCollectData();
njlData.setName("剪切峰值50%ε50");
njlData.setTestValue(e50s[2]);
dataList.add(njlData);
}
}
}
sbAll.append(content);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment