whywhyo
2023-08-03 50aaeced3575fa35e649fd18519b3d67096b8593
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZHonorController.java
@@ -61,7 +61,7 @@
    /**
     * 模板
     */
    @GetMapping("/model")
    @PostMapping("/model")
    public void getModel(HttpServletResponse response){
        ZHonor zHonor = new ZHonor();
        List<ZHonor> emptyList = Collections.singletonList(zHonor);