Commit 6e381331 authored by 竹天卫's avatar 竹天卫

详情查看 不是平行样的检测项是否显示问题2

parent 2a282ffa
...@@ -802,7 +802,6 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl ...@@ -802,7 +802,6 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl
continue; continue;
} }
if (teamVo != null && teamVo.getIsPf() != 0) { if (teamVo != null && teamVo.getIsPf() != 0) {
if (!teamGroupIdList.contains(teamVo.getGroupId())) { if (!teamGroupIdList.contains(teamVo.getGroupId())) {
teamGroupIdList.add(teamVo.getGroupId()); teamGroupIdList.add(teamVo.getGroupId());
SampleTeamGroupVo sampleTeamGroupVo = new SampleTeamGroupVo(); SampleTeamGroupVo sampleTeamGroupVo = new SampleTeamGroupVo();
...@@ -832,9 +831,8 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl ...@@ -832,9 +831,8 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl
sampleDistributionTeamVoList.add(distributionTeamVo); sampleDistributionTeamVoList.add(distributionTeamVo);
sampleTeamGroupVo.setSampleDistributionTeamVoList(sampleDistributionTeamVoList); sampleTeamGroupVo.setSampleDistributionTeamVoList(sampleDistributionTeamVoList);
} }
teamName = teamName.equals("") ? teamVo.getName() : (teamName + "、" + teamVo.getName());
} }
teamName = teamName.equals("") ? teamVo.getName() : (teamName + "、" + teamVo.getName());
} }
} }
sampleVo.setTeamName(teamName); sampleVo.setTeamName(teamName);
......
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