From d81e1ba103c1e70eeec57c6fe88141937c6e3c5d Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Mon, 26 Aug 2024 20:29:54 +0800 Subject: [PATCH] 1、删除状态修改 --- dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java index d06fbe0..b76c968 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUsepostWebController.java @@ -1,4 +1,4 @@ -package cn.huge.module.ctuser.controller; +package cn.huge.module.ctuser.controller.web; import cn.huge.base.common.utils.ReturnFailUtils; import cn.huge.base.common.utils.ReturnSucUtils; @@ -15,12 +15,10 @@ import javax.servlet.http.HttpServletRequest; import java.util.Map; -import java.util.stream.Collectors; -import java.util.stream.Stream; /** - * @title: 客户用户配岗表接口api - * @description: 客户用户配岗表接口api + * @title: 客户用户配岗表接口api-web端 + * @description: 客户用户配岗表接口api-web端 * @company: hugeinfo * @author: liyj * @time: 2024-08-19 20:04:19 @@ -153,7 +151,7 @@ /** * 根据主键单个 * @url {ctx}/api/web/ctUsepost/deleteById - * @param ids 主键编号 + * @param id 主键编号 * @return Object */ @GetMapping("/deleteById") -- Gitblit v1.8.0