dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseInfoWebController.java
@@ -179,6 +179,12 @@ terms.put("systemSource", systemSource); } //市民编码 String cityCode = request.getParameter("cityCode"); if (StringUtils.isNotBlank(cityCode)) { terms.put("cityCode", cityCode); } String peopleNum = request.getParameter("peopleNum"); if (StringUtils.isNotBlank(peopleNum)) { String[] split = peopleNum.split("-");