@@ -107,11 +107,5 @@
<groupId>com.belerweb</groupId>
<artifactId>pinyin4j</artifactId>
</dependency>
- <!-- MQTT客户端依赖 -->
- <dependency>
- <groupId>org.eclipse.paho</groupId>
- <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
- <version>1.2.5</version>
- </dependency>
</dependencies>
</project>
@@ -128,7 +128,6 @@ public class LocalBusEvaluationService extends BaseService<BusEvaluationMapper,
}
entity.setPatientId(clinic.getPatientId());
-
@Override