zmc
2023-11-23 3ba74e7692143fd6dcf4dd885f80f95dfef8387e
src/main/java/com/flightfeather/monitor/controller/dust/RiskValueController.java
@@ -30,7 +30,7 @@
     */
    @GetMapping("/month")
    public Result queryRiskDataByMonth(
            @RequestParam String mnCode,
            @RequestParam(required = false) String mnCode,
            @RequestParam String month,
            @RequestParam String type
    ) {