|
|
@ -305,7 +305,7 @@ public class FactIndexServiceImpl implements FactIndexService { |
|
|
|
//3.根据组织级别拼接查询条件,判断查询不同数据表
|
|
|
|
//区县级、乡镇街道级
|
|
|
|
if ("district".equals(agency.getAgencyLevel()) || "street".equals(agency.getAgencyLevel())) { |
|
|
|
if ("district".equals(agency.getAgencyLevel())) { |
|
|
|
if ("district".equals(agency.getAgencyLevel()) && !"2fe0065f70ca0e23ce4c26fca5f1d933".equals(agency.getCustomerId())) { |
|
|
|
formDTO.setAllParentIndexCode(FactConstant.QUAN_QU_XIANG_GUAN + ":" + formDTO.getIndexCode()); |
|
|
|
} else { |
|
|
|
formDTO.setAllParentIndexCode(FactConstant.JIE_DAO_XIANG_GUAN + ":" + formDTO.getIndexCode()); |
|
|
|