optimize export excel bug
| | |
| | | } |
| | | results = queryServiceDAOImpl.executeSql(currentSqlNew, currentParams.toArray(), columns); |
| | | } catch (Exception e) { |
| | | logger.error("解析sql 异常", e); |
| | | logger.error("解析sql 异常"+currentSql, e); |
| | | throw new BusinessException("1999", e.getLocalizedMessage()); |
| | | } |
| | | JSONArray data = null; |
| | |
| | | ComponentValidateResult result = this.validateStoreStaffCommunityRelationship(pd, restTemplate); |
| | | |
| | | JSONObject paramIn = JSONObject.parseObject(pd.getReqData()); |
| | | paramIn.put("storeId",result.getStoreId()); |
| | | pd.getHeaders().put("store-id",result.getStoreId()); |
| | | |
| | | Assert.hasKeyAndValue(paramIn, "communityId", "请求中未包含小区"); |
| | | //Assert.hasKeyAndValue(paramIn, "floorIds", "请求中未包含楼栋"); |