| | |
| | | package cn.huge.module.pauser.controller; |
| | | package cn.huge.module.pauser.controller.web; |
| | | |
| | | import cn.huge.base.common.utils.ReturnFailUtils; |
| | | import cn.huge.base.common.utils.ReturnSucUtils; |
| | |
| | | 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(followCaseType)){ |
| | | terms.put("followCaseType", followCaseType); |
| | | } |
| | | // 删除状态,0:已删除,1:未删除 |
| | | // 删除状态,0:未删除,1:已删除 |
| | | String deleteStatus = request.getParameter("deleteStatus"); |
| | | if (StringUtils.isNotBlank(deleteStatus)){ |
| | | terms.put("deleteStatus", deleteStatus); |