liulin
2024-11-24 b7a7fe6d139893108fe431cd670a74351755c223
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