|
|
@ -480,7 +480,7 @@ public class SubController {
|
|
|
|
|
|
|
|
|
|
|
|
//炉次化学成分
|
|
|
|
//炉次化学成分
|
|
|
|
|
|
|
|
|
|
|
|
if (plistQeTqHeatcheStandResultDO.stream().anyMatch(p -> p.getPono().equals(SInfo.getPono()))) {
|
|
|
|
if (!plistQeTqHeatcheStandResultDO.stream().anyMatch(p -> p.getPono().equals(SInfo.getPono()))) {
|
|
|
|
//ltQthsr=plistQeTqHeatcheStandResultDO.stream().filter(p->p.getPono().equals(SInfo.getPono())).collect(Collectors.toList());
|
|
|
|
//ltQthsr=plistQeTqHeatcheStandResultDO.stream().filter(p->p.getPono().equals(SInfo.getPono())).collect(Collectors.toList());
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|