Commit 928a5fbc by wangweidong

土工平台修改

parent 624e1f89
...@@ -1295,6 +1295,9 @@ public class SoilEntrustServiceImpl extends BaseServiceImpl<SoilEntrustMapper, S ...@@ -1295,6 +1295,9 @@ public class SoilEntrustServiceImpl extends BaseServiceImpl<SoilEntrustMapper, S
List<SoilExperiment> expList = entrustExpMap.get(entrustVO.getId()); List<SoilExperiment> expList = entrustExpMap.get(entrustVO.getId());
if(CollectionUtils.isEmpty(expList)){
continue;
}
Set<String> groupSet = new HashSet<>(); Set<String> groupSet = new HashSet<>();
for (SoilExperiment exp:expList) { for (SoilExperiment exp:expList) {
groupSet.add(exp.getGroupName()); groupSet.add(exp.getGroupName());
......
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