pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttCtrl.java
@@ -55,7 +55,6 @@ ) }) @GetMapping(path = "allSimple") @SsoAop() public BaseResponse<MqttVo> allSimple() { try { MqttVo reVo = new MqttVo() ; @@ -85,7 +84,6 @@ ) }) @GetMapping(path = "allManureSimple") @SsoAop() public BaseResponse<List<VoMqttSimple>> allManureSimple() { try { List<VoMqttSimple> list = this.sv.allManureSimple() ; @@ -111,7 +109,6 @@ ) }) @GetMapping(path = "allSoilSimple") @SsoAop() public BaseResponse<List<VoMqttSimple>> allSoilSimple() { try { List<VoMqttSimple> list = this.sv.allSoilSimple() ; @@ -137,7 +134,6 @@ ) }) @GetMapping(path = "allWeatherSimple") @SsoAop() public BaseResponse<List<VoMqttSimple>> allWeatherSimple() { try { List<VoMqttSimple> list = this.sv.allWeatherSimple() ; pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java
@@ -41,7 +41,6 @@ * @return */ @GetMapping(path = "oneManureLast") @SsoAop() public BaseResponse<VoManureLast> oneManureLast(Long manureId){ try { if(manureId == null){ @@ -66,7 +65,6 @@ * @return */ @GetMapping(path = "oneSoilLast") @SsoAop() public BaseResponse<VoSoil> oneSoilLast(Long soilId){ try { if(soilId == null){ @@ -90,7 +88,6 @@ * @return */ @GetMapping(path = "oneWeatherLast") @SsoAop() public BaseResponse<VoWeather> oneWeatherLast(Long weatherId){ try { if(weatherId == null){