|
...
|
...
|
@@ -106,6 +106,7 @@ public class MqttCallback implements MqttCallbackExtended { |
|
|
|
ServerDto dto = businessAgreement.analysis(topic,businessAgreement.toData(businessDto));
|
|
|
|
if(null == dto)
|
|
|
|
{
|
|
|
|
terminalService.publish(TopicUtil.generateSendMessageTopic(topic),"2");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
log.info("{} 解析到的dto【{}】",dto);
|
...
|
...
|
|