| | |
| | | terms.put("cityCode", cityCode); |
| | | } |
| | | |
| | | //市民编码 |
| | | String caseNo = request.getParameter("caseNo"); |
| | | if (StringUtils.isNotBlank(caseNo)) { |
| | | terms.put("caseNo", caseNo); |
| | | } |
| | | |
| | | String peopleNum = request.getParameter("peopleNum"); |
| | | if (StringUtils.isNotBlank(peopleNum)) { |
| | | String[] split = peopleNum.split("-"); |
| | |
| | | @GetMapping("/pagePerson") |
| | | public Object pagePerson(@RequestParam(value = "page") int page, @RequestParam(value = "size") int size, @RequestParam(value = "certiNo") String certiNo) { |
| | | try { |
| | | if(StringUtils.isEmpty(certiNo)){ |
| | | return ReturnFailUtils.getRepInfo("请输入身份证号"); |
| | | } |
| | | Map<String, Object> terms = getParameterAll(); |
| | | Sort sort = null; |
| | | String sortName = null; |