|
|
@@ -49,7 +49,7 @@ public class MarketingManagementServiceImpl implements MarketingManagementServic
|
|
|
public List<MarketingManagementBo> selectMarketList(HttpServletRequest res,Integer category,Integer boothSize) {
|
|
|
String url=res.getServerName();
|
|
|
url=url.substring(url.indexOf(".")+1, url.length());
|
|
|
- if (url.equals("localhost")||url.equals("168.1.102")) {
|
|
|
+ if (url.equals("localhost")||url.equals("168.1.101")) {
|
|
|
url="jishutao.com";
|
|
|
}
|
|
|
return marketingManagementMapper.selectMarketList(url,category,boothSize);
|