From c9c80ecde06d151f4f2f3ccf46d3f4c0e65cd8a1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 13:13:46 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/ServerBootstrap.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/ServerBootstrap.java b/src/main/java/com/zy/core/ServerBootstrap.java
index a5cfd84..096e4f1 100644
--- a/src/main/java/com/zy/core/ServerBootstrap.java
+++ b/src/main/java/com/zy/core/ServerBootstrap.java
@@ -150,6 +150,9 @@
             String locNo = Utils.getLocNo(basLift.getPoint$().getRow(), basLift.getPoint$().getBay(), 1);
             LocMast locMast = locMastService.selectOne(new EntityWrapper<LocMast>().eq("loc_no", locNo));
             JSONObject point = JSON.parseObject(locMast.getQrCodeValue());
+            if (point == null) {
+                continue;
+            }
             deviceConfig.setOtherData(point.getInteger("x") + "-" + point.getInteger("y"));
             if (deviceConfig.getFake() == 1) {
                 fakeDevices.add(deviceConfig);

--
Gitblit v1.9.1