Commit 703b4fed authored by huangjiamin's avatar huangjiamin

Merge remote-tracking branch 'remotes/origin/feature-secondaryProxyPort' into staging

parents b0cf14d6 1c075f10
......@@ -395,7 +395,7 @@ public class ShopServiceImpl implements ShopService {
}
logger.error("queryShop ipResource.getRegion : {}", ipResource.getRegion());
if(org.apache.commons.lang3.StringUtils.isNotBlank(ipResource.getRegion()) && !region.contains(ipResource.getRegion())){
if(org.apache.commons.lang3.StringUtils.isNotBlank(ipResource.getRegion()) && region.contains(ipResource.getRegion())){
ipResourceDto.setSecondaryProxyPort("20020");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment