From 7fc44da43c8d37e1bf6598c927cdc0dbdfbd3ed0 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@aliyun.com> Date: 星期二, 06 八月 2024 16:55:28 +0800 Subject: [PATCH] 修改配置 --- src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java b/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java index 6a4a26e..1ffb9e5 100644 --- a/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java +++ b/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java @@ -31,7 +31,7 @@ * @order 99999 */ @NonLogin -//@RestController +@RestController @RequestMapping(value = "testInfo") public class TestInfoServiceController extends BasicController { @Autowired @@ -223,7 +223,7 @@ } /** - * 删除[测试信息] + * 批量删除[测试信息] * * @author lin.liu * @date 2021/11/23 -- Gitblit v1.9.3