From b7a7fe6d139893108fe431cd670a74351755c223 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期日, 24 十一月 2024 20:18:02 +0800 Subject: [PATCH] quartz --- src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java | 6 +++--- 1 files changed, 3 insertions(+), 3 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..0780a1c 100644 --- a/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java +++ b/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java @@ -6,7 +6,7 @@ import com.lunhan.xxx.common.util.ParameterUtil; import com.lunhan.xxx.common.validator.ParameterValidateResult; import com.lunhan.xxx.common.validator.ParameterValidator; -import com.lunhan.xxx.entity.dto.search.SearchTestInfo; +import com.lunhan.xxx.entity.search.SearchTestInfo; import com.lunhan.xxx.entity.enums.ESex; import com.lunhan.xxx.entity.request.ReqListId; import com.lunhan.xxx.entity.request.ReqListSetSort; @@ -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