liurunyu
2025-08-14 00cf6de9f5e3152b6afb73f276dd27dfaf3de439
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/mqtt/MqttLastCtrl.java
@@ -1,6 +1,5 @@
package com.dy.pipIrrWechat.mqtt;
import com.dy.common.aop.SsoAop;
import com.dy.common.webUtil.BaseResponse;
import com.dy.common.webUtil.BaseResponseUtils;
import com.dy.pipIrrGlobal.voRm.VoManure;
@@ -41,7 +40,6 @@
     * @return
     */
    @GetMapping(path = "oneManureLast")
    @SsoAop()
    public BaseResponse<VoManureLast> oneManureLast(Long manureId){
        try {
            if(manureId == null){
@@ -66,7 +64,6 @@
     * @return
     */
    @GetMapping(path = "oneSoilLast")
    @SsoAop()
    public BaseResponse<VoSoil> oneSoilLast(Long soilId){
        try {
            if(soilId == null){
@@ -90,7 +87,6 @@
     * @return
     */
    @GetMapping(path = "oneWeatherLast")
    @SsoAop()
    public BaseResponse<VoWeather> oneWeatherLast(Long weatherId){
        try {
            if(weatherId == null){