Ticket #123 (closed 需求: fixed)

Opened 14 years ago

Last modified 13 years ago

报价后台剩余功能的重构

Reported by: yuanhuoqing Owned by:
Priority: major Milestone: 2012报价库5.0
Component: 报价库 Version: 报价库5.0
Keywords: Cc:
Due Date: 11/09/2012

Description

由于时间的关系先上了报价体系改造涉及的报价后台的功能,剩下未重构的功能如下:
1、报价统计(旧版的逻辑搬过来按bbs6架构实现)
2、日志统计(旧版的逻辑搬过来按bbs6架构实现)
3、权限管理(旧版的逻辑搬过来按bbs6架构实现)
4、接口(包括jsp、action两种类型)

经排查jsp形式的接口都在/template/目录下,为了保险起见,此目录下接口全部重构实现;
经过开通线上报价后台access日志并分析后.do形式的接口有:
/price/enterpriseIF.do
/price/template/small_down_array_js.jsp?smallTypeId=39957&areaId=1
/price/template/price.do?method=priceSearch&areaId=2&bigtypeId=20796&smalltypeId=20812&priceFrom=600&priceTo=899
/price/template/price.do?method=priceTrend&areaId=8&bigtypeId=20805&smalltypeId=20947&brandId=25649&productId=165232
/price/template/price.do?method=price4&productId=501991
/jscx/courseSearchAction.do?actionType=4&kch=40207920
/price/template/price.do?method=javaScript
/price/template/price.do?method=priceType&areaId=1&publish=1
/price/template/price.do?method=price31&areaId=2&bigtypeId=20796&smalltypeId=20813&groupId=271&pager.offset=40
/price/template/price.do?method=price3&areaId=11&bigtypeId=20805&smalltypeId=20947&brandId=24397

5、定时任务
功能:生成报价列表文件提供给缓存服务器用
频率:每天凌晨2点01分
代码:cn.com.pconline.core.price.cache.batch.PriceBuilder?.java

功能:品牌排序
频率:每天凌晨1点01分
代码:cn.com.pconline.core.price.publish.BrandSorter?.java

Change History

comment:1 Changed 13 years ago by chenchongqi

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.