wu
2023-09-13 697a1ea0547188e267d9c835e584945a0341cbb7
springboot-vue3/src/main/java/com/example/springboot/controller/HomeController.java
@@ -133,7 +133,6 @@
        spianService.selectout2(glassid);
        Map<String, Object> map = new HashMap<>();
        // 调用伍上片函数
        Short results = spianService.selectout2(glassid);
        if (results == 200) {
@@ -143,6 +142,7 @@
        } else if (results == 400) {
            map.put("message2", "400");
        }
        return Result.success(map);
    }