vince
2024-06-14 a230c790107e4be5743473849bbc9aeb93583ddd
src/main/java/com/fzzy/gateway/hx2023/service/DeviceReportServiceImpl.java
@@ -108,7 +108,7 @@
            weightInfo.setNetWeight(reqData.getWeight());
            weightInfo.setWeightUnit("KG");
            JSONObject jsonObject = new JSONObject();
            jsonObject.put("weightInfo", weightInfo);
            jsonObject.put("weightInfo", JSON.toJSONString(weightInfo));
            packet.setProperties(jsonObject);