| | |
| | | * @title: 纠纷当事人信息表接口api-web端 |
| | | * @description: 纠纷当事人信息表接口api-web端 |
| | | * @company: hugeinfo |
| | | * @author: wangwh |
| | | * @time: 2024-08-27 10:48:18 |
| | | * @author: liyj |
| | | * @time: 2024-09-24 14:18:41 |
| | | * @version: 1.0.0 |
| | | */ |
| | | @Slf4j |
| | |
| | | if (StringUtils.isNotBlank(id)){ |
| | | terms.put("id", id); |
| | | } |
| | | // 纠纷编号 |
| | | // 纠纷信息编号 |
| | | String caseId = request.getParameter("caseId"); |
| | | if (StringUtils.isNotBlank(caseId)){ |
| | | terms.put("caseId", caseId); |
| | |
| | | String partyUserId = request.getParameter("partyUserId"); |
| | | if (StringUtils.isNotBlank(partyUserId)){ |
| | | terms.put("partyUserId", partyUserId); |
| | | } |
| | | // 企业信息编号 |
| | | String companyId = request.getParameter("companyId"); |
| | | if (StringUtils.isNotBlank(companyId)){ |
| | | terms.put("companyId", companyId); |
| | | } |
| | | // 当事人地位 |
| | | String perType = request.getParameter("perType"); |
| | |
| | | if (StringUtils.isNotBlank(placeAddr)){ |
| | | terms.put("placeAddr", placeAddr); |
| | | } |
| | | // 工作单位编号 |
| | | String workUnitId = request.getParameter("workUnitId"); |
| | | if (StringUtils.isNotBlank(workUnitId)){ |
| | | terms.put("workUnitId", workUnitId); |
| | | } |
| | | // 工作单位 |
| | | String workUnit = request.getParameter("workUnit"); |
| | | if (StringUtils.isNotBlank(workUnit)){ |