feat(REQ-3300): 发生区域校验查询接口替换
This commit is contained in:
parent
0f17c98d70
commit
865acf47ff
@ -45,7 +45,7 @@ public class ApolloConstructionAreaGateway {
|
|||||||
return Lists.newArrayList();
|
return Lists.newArrayList();
|
||||||
}
|
}
|
||||||
log.info("ApolloConstructionAreaGateway getConstructionAreaByIds,params:{}", JSON.toJSONString(areaIds));
|
log.info("ApolloConstructionAreaGateway getConstructionAreaByIds,params:{}", JSON.toJSONString(areaIds));
|
||||||
Result<List<ConstructionAreaInfo>> result = apolloConstructionAreaApi.getAllConstructionAreaByIds(areaIds);
|
Result<List<ConstructionAreaInfo>> result = apolloConstructionAreaApi.getConstructionAreaByIds(areaIds);
|
||||||
log.info("ApolloConstructionAreaGateway getAllConstructionAreaByIds,result:{}", JSON.toJSONString(result));
|
log.info("ApolloConstructionAreaGateway getAllConstructionAreaByIds,result:{}", JSON.toJSONString(result));
|
||||||
return result.getData();
|
return result.getData();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user