czt
2025-05-27 833d9320af935dd6e5033c0a91bcc91bb7bb5807
igds-dzhwk-web/src/main/java/com/fzzy/igds/dzhwk/controller/WebController.java
@@ -3,8 +3,11 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
/**
 * @Description
@@ -82,6 +85,16 @@
    }
    /**
     * 仓储保管作业-粮温检测
     * @param view
     * @return
     */
    @RequestMapping("/gas-check")
    public String gasCheck(ModelMap view) {
        return prefix + "gas-check";
    }
    /**
     * 仓储保管作业-虫害检测
     * @param view
     * @return
@@ -90,6 +103,16 @@
    public String pest(ModelMap view) {
        view.put("flag", "pest");
        return prefix + "pest";
    }
    /**
     * 仓储保管作业-粮温检测
     * @param view
     * @return
     */
    @RequestMapping("/pest-check")
    public String pestCheck(ModelMap view) {
        return prefix + "pest-check";
    }
    /**
@@ -103,6 +126,15 @@
        return prefix + "verb";
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/verb-control")
    public String verbControl(ModelMap view) {
        return prefix + "verb-control";
    }
    /**
     * 仓储保管作业-温控作业
@@ -116,6 +148,16 @@
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/recir-control")
    public String recirControl(ModelMap view) {
        return prefix + "recir-control";
    }
    /**
     * 仓储保管作业-气调作业
     * @param view
     * @return
@@ -124,6 +166,16 @@
    public String n2(ModelMap view) {
        view.put("flag", "n2");
        return prefix + "n2";
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/n2-control")
    public String n2Control(ModelMap view) {
        return prefix + "n2-control";
    }
    /**
@@ -171,6 +223,16 @@
    }
    /**
     * 粮油专卡
     * @param view
     * @return
     */
    @RequestMapping("/card-food-oil")
    public String cardFoodOil(ModelMap view) {
        return prefix + "card-food-oil";
    }
    /**
     * 巡检打卡
     * @param view
     * @return