This commit is contained in:
周俊杰
2023-08-31 13:03:53 +08:00

View File

@@ -1282,7 +1282,6 @@ public class LnshPalletizingManipulatorSiteDeviceDriver extends AbstractOpcDevic
jo.put("isOnline", isonline); jo.put("isOnline", isonline);
jo.put("hasGoods", hasGoods); jo.put("hasGoods", hasGoods);
jo.put("message", message); jo.put("message", message);
jo.put("hasGoods", hasGoods);
return jo; return jo;
} }