fix: 防止禁用点位空指针
This commit is contained in:
@@ -938,7 +938,7 @@ public class AutoCallAirShaftTask extends Prun {
|
||||
.eq(BstIvtShafttubeivt::getPoint_location, empty.getPoint_location())
|
||||
.eq(BstIvtShafttubeivt::getPoint_type, empty.getPoint_type())
|
||||
.eq(BstIvtShafttubeivt::getIs_used, "1"));
|
||||
if (ObjectUtil.isNotEmpty(one.getPlan()) && "2".equals(one.getPlan())) {
|
||||
if (ObjectUtil.isNotEmpty(one) && ObjectUtil.isNotEmpty(one.getPlan()) && "2".equals(one.getPlan())) {
|
||||
if (qzzSize.equals(one.getQzz_size()) && "6".equals(qzzSize)) {
|
||||
judgment2 = (qzzCache.size() - 1) > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user