|
@ -348,7 +348,8 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if ("".equals(parentAgencyId)){ |
|
|
if ("".equals(parentAgencyId)){ |
|
|
throw new RuntimeException("在screen_customer_grid表中未查询到该客户下的网格信息:customerId =" + customerId + ", gridId = " + gridScore.getKey()); |
|
|
log.error("在screen_customer_grid表中未查询到该客户下的网格信息:customerId =" + customerId + ", gridId = " + gridScore.getKey()); |
|
|
|
|
|
continue; |
|
|
} |
|
|
} |
|
|
// 补充表中其他字段
|
|
|
// 补充表中其他字段
|
|
|
monthlyFormDTO = this.supplementIndexDataMonthlyTable(monthId, OrgTypeConstant.GRID, gridScore.getKey(), |
|
|
monthlyFormDTO = this.supplementIndexDataMonthlyTable(monthId, OrgTypeConstant.GRID, gridScore.getKey(), |
|
@ -480,8 +481,9 @@ public class FactIndexCollectServiceImpl implements FactIndexCollectService { |
|
|
agencyName = agencyScoreDTO.getAgencyName(); |
|
|
agencyName = agencyScoreDTO.getAgencyName(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if ("".equals(agencyName)){ |
|
|
if ("".equals(agencyName)) { |
|
|
throw new RuntimeException("在screen_customer_agency表中未查询到该客户下的组织名称:customerId =" + customerId + ", agencyId = " + communityScore.getKey()); |
|
|
log.error("在screen_customer_agency表中未查询到该客户下的组织名称:customerId =" + customerId + ", agencyId = " + communityScore.getKey()); |
|
|
|
|
|
continue; |
|
|
} |
|
|
} |
|
|
// 补充表中其他字段
|
|
|
// 补充表中其他字段
|
|
|
monthlyFormDTO = this.supplementIndexDataMonthlyTable(monthId, OrgTypeConstant.AGENCY, communityScore.getKey(), |
|
|
monthlyFormDTO = this.supplementIndexDataMonthlyTable(monthId, OrgTypeConstant.AGENCY, communityScore.getKey(), |
|
|