Changes between Version 13 and Version 14 of Ticket #130


Ignore:
Timestamp:
11/27/2012 05:41:29 PM (13 years ago)
Author:
chenchongqi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #130 – Description

    v13 v14  
    5656例如:public List genVisitCountWEB(List from,int defaultPercent) 增加 
    5757public List genVisitCountWEB(long[] from,int defaultPercent) 
     58{{{ 
     59不需要眼花缭乱地传参数,不需要每个参数判断是否存在。。。 
     60ProductTypeSqlBuilder productTypeSqlBuilder = new ProductTypeSqlBuilder(); 
     61productTypeSqlBuilder.setBrand(123).setSmallType(456).orderByLastCount().getSqlBuilder().page(0,100); 
     62}}}