|
|
@@ -298,7 +298,6 @@ public class OperationMessageService {
|
|
|
JSONObject jsonObject1 = (JSONObject) json.get("data");
|
|
|
jsonObject1.put("mqttDataId", entity.getDataId());
|
|
|
jsonObject1.put("GateWayId", entity.getGateWayId());
|
|
|
-
|
|
|
String DeviceId = jsonObject1.getStr("DeviceId");
|
|
|
if (StringUtils.isEmpty(DeviceId)) {
|
|
|
DeviceId = entity.getDeviceId();
|