Changes between Version 24 and Version 25 of Ticket #130
- Timestamp:
- 11/27/2012 06:15:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #130 – Description
v24 v25 63 63 }}} 64 64 65 * 不需要眼花缭乱地传参数,各种条件自由组合, 处理的时候不需要每个参数判断是否存在。。。65 * 不需要眼花缭乱地传参数,各种条件自由组合,有需要才加参数,处理的时候不需要每个参数判断是否存在。。。 66 66 {{{ 67 67 ProductTypeSqlBuilder productTypeSqlBuilder = new ProductTypeSqlBuilder(); … … 69 69 productTypeSqlBuilder 70 70 .setBrand(123) 71 . setSmallType(456)72 . allPriceBetween(1000, 2000)71 .productPriceBetween(1000, 2000)//全国价区间 72 .setSmallType(456) 73 73 .orderByLastCount() 74 74 .page(0,100);
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)