| | |
| | | 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; |
| | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.List; |
| | | 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 |
| | |
| | | if (StringUtils.isNotBlank(unitId)){ |
| | | terms.put("unitId", unitId); |
| | | } |
| | | // 删除状态,0:已删除,1:未删除 |
| | | // 删除状态,0:未删除,1:已删除 |
| | | String deleteStatus = request.getParameter("deleteStatus"); |
| | | if (StringUtils.isNotBlank(deleteStatus)){ |
| | | terms.put("deleteStatus", deleteStatus); |
| | |
| | | |
| | | /** |
| | | * 根据单位编号查询所有岗位 |
| | | * @url {ctx}/api/v1/ctPost/getByUnitId |
| | | * @url {ctx}/api/web/ctPost/getByUnitId |
| | | * @param userId 登录用户编号 |
| | | * @return Object |
| | | * @throws Exception |