fix: 3寸轴不参与管芯托盘判断
This commit is contained in:
@@ -414,6 +414,9 @@ public class AutoCallAirShaftTask extends Prun {
|
|||||||
if (CollectionUtil.isEmpty(checkPlans)) {
|
if (CollectionUtil.isEmpty(checkPlans)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (dto.getQzz_size().startsWith("3")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
List<String> needTubes = checkPlans.stream().map(p -> {
|
List<String> needTubes = checkPlans.stream().map(p -> {
|
||||||
if ("1".equals(p.getPaper_tube_or_FRP())) {
|
if ("1".equals(p.getPaper_tube_or_FRP())) {
|
||||||
return p.getPaper_tube_material();
|
return p.getPaper_tube_material();
|
||||||
|
|||||||
Reference in New Issue
Block a user