预处理兼容pq/pms处理
This commit is contained in:
@@ -540,11 +540,9 @@ public class EleAirStrategyServiceImpl extends ServiceImpl<AirStrategyMapper, Ai
|
||||
this.mqttSendCount = 0;
|
||||
this.mqttJsonMsg = json;
|
||||
this.mqttSendTopic = topic;
|
||||
|
||||
flag = true;
|
||||
while (flag) {
|
||||
|
||||
}
|
||||
Thread.sleep(3000);
|
||||
|
||||
}
|
||||
} else {
|
||||
@@ -570,9 +568,7 @@ public class EleAirStrategyServiceImpl extends ServiceImpl<AirStrategyMapper, Ai
|
||||
this.mqttJsonMsg = json;
|
||||
this.mqttSendTopic = topic;
|
||||
flag = true;
|
||||
while (flag) {
|
||||
|
||||
}
|
||||
Thread.sleep(3000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user