Changes between Version 17 and Version 18 of Ticket #130
- Timestamp:
- 11/27/2012 05:46:07 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #130 – Description
v17 v18 45 45 ---- 46 46 初步拆分: 47 sql构造器: 47 * sql构造器 48 48 [attachment:SqlBuilder.java] 小虎的拼sql工具,另加上分页 49 49 [attachment:ProductSqlBuilder.java] 单PDL_PRODUCT表查询 50 50 [attachment:ProductTypeSqlBuilder.java] PDL_PRODUCT、PDL_PRODUCT_TYPE关联查询 51 52 * 结果过滤 51 53 public long[] filterBrandIds(long[] productIds, long[] bandBrandIds[]) 52 54 public long[] filterAdIds(long[] productIds, String[] fixedIds, String[] sequenceIds) … … 54 56 ---- 55 57 使用: 56 在使用的地方包装自己的VO。。。58 * 在使用的地方包装自己的VO。。。 57 59 {{{ 58 60 public List genVisitCountWEB(List from,int defaultPercent) … … 60 62 }}} 61 63 62 不需要眼花缭乱地传参数,不需要每个参数判断是否存在。。。64 * 不需要眼花缭乱地传参数,不需要每个参数判断是否存在。。。 63 65 {{{ 64 66 ProductTypeSqlBuilder productTypeSqlBuilder = new ProductTypeSqlBuilder();
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)