czt
2025-05-26 6a503949d09e10b8c53415b3ee5af4bf2bd189f5
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
@@ -61,6 +64,16 @@
    }
    /**
     * 仓储保管作业-粮温检测
     * @param view
     * @return
     */
    @RequestMapping("/grain-check1")
    public String grainCheck1(ModelMap view) {
        return prefix + "grain-check1";
    }
    /**
     * 仓储保管作业-气体检测
     * @param view
     * @return
@@ -69,6 +82,16 @@
    public String gas(ModelMap view) {
        view.put("flag", "gas");
        return prefix + "gas";
    }
    /**
     * 仓储保管作业-粮温检测
     * @param view
     * @return
     */
    @RequestMapping("/gas-check")
    public String gasCheck(ModelMap view) {
        return prefix + "gas-check";
    }
    /**
@@ -83,6 +106,16 @@
    }
    /**
     * 仓储保管作业-粮温检测
     * @param view
     * @return
     */
    @RequestMapping("/pest-check")
    public String pestCheck(ModelMap view) {
        return prefix + "pest-check";
    }
    /**
     * 仓储保管作业-通风作业
     * @param view
     * @return
@@ -93,6 +126,15 @@
        return prefix + "verb";
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/verb-control")
    public String verbControl(ModelMap view) {
        return prefix + "verb-control";
    }
    /**
     * 仓储保管作业-温控作业
@@ -106,6 +148,16 @@
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/recir-control")
    public String recirControl(ModelMap view) {
        return prefix + "recir-control";
    }
    /**
     * 仓储保管作业-气调作业
     * @param view
     * @return
@@ -117,6 +169,16 @@
    }
    /**
     * 仓储保管作业-通风控制
     * @param view
     * @return
     */
    @RequestMapping("/n2-control")
    public String n2Control(ModelMap view) {
        return prefix + "n2-control";
    }
    /**
     * 仓储保管作业-安全管理
     * @param view
     * @return