Commit 2a282ffa authored by 竹天卫's avatar 竹天卫

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

parent b33db56d
...@@ -799,7 +799,7 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl ...@@ -799,7 +799,7 @@ public class EntrustServiceImpl extends ServiceImpl<EntrustMapper, Entrust> impl
TeamVo teamVo = teamMapper.getDetail(Integer.valueOf(teamId)); TeamVo teamVo = teamMapper.getDetail(Integer.valueOf(teamId));
//如果本所编号不相等 则为副样,副样需要判断检测项是否需要平行样,如果不需要不用进行派发检测 //如果本所编号不相等 则为副样,副样需要判断检测项是否需要平行样,如果不需要不用进行派发检测
if (!sample.getCementCode().equals(sample.getParallelCode()) && teamVo.getIsParallel() == 0) { if (!sample.getCementCode().equals(sample.getParallelCode()) && teamVo.getIsParallel() == 0) {
break; continue;
} }
if (teamVo != null && teamVo.getIsPf() != 0) { if (teamVo != null && teamVo.getIsPf() != 0) {
......
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