Ticket #8 (closed task: fixed)
(11-443)110331-IT商城商情读取规则修改
| Reported by: | chenchongqi | Owned by: | yuanhuoqing |
|---|---|---|---|
| Priority: | major | Milestone: | 2011年第一阶段提交 |
| Component: | 网友前台 | Version: | 5.0 |
| Keywords: | Cc: | ||
| Due Date: |
Description
商家首页及部分露出的接口规则调整
Attachments
Change History
comment:1 Changed 15 years ago by chenchongqi
- Owner set to yuanhuoqing
- Status changed from new to assigned
comment:2 Changed 15 years ago by yuanhuoqing
- spent_time set to 2
注意问题:
1、经销商读取商情的接口是/dealerlib/newsHot.jsp
2、分站读取商情的接口是/yp/company_hot_news.jsp,这里注意默认要加上广告的显示,代码块:try{
if(!Env.isBlankOrEmpty(fixedIds))
for(String fix:fixedIds.split(",")){
if(!Env.isBlankOrEmpty(fix)){
String[] fix1 = fix.split("_");
fixList(list,Env.intValue(fix1[1],0),areaId,4,bigTypeId,Env.intValue(fix1[0],0));
}
}
}catch(Exception e){
System.out.println("error!fixedIds="+fixedIds+" , list.size="+list.size());e.printStackTrace();
}
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)
