Changes between Version 14 and Version 15 of Ticket #130


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #130 – Description

    v14 v15  
    5353 
    5454---- 
    55 使用的地方: 
    56 例如:public List genVisitCountWEB(List from,int defaultPercent) 增加 
     55使用: 
     56在使用的地方包装自己的VO。。。 
     57{{{ 
     58public List genVisitCountWEB(List from,int defaultPercent)  
    5759public List genVisitCountWEB(long[] from,int defaultPercent) 
     60}}} 
     61 
     62不需要眼花缭乱地传参数,不需要每个参数判断是否存在。。。 
    5863{{{ 
    59 不需要眼花缭乱地传参数,不需要每个参数判断是否存在。。。 
    6064ProductTypeSqlBuilder productTypeSqlBuilder = new ProductTypeSqlBuilder(); 
    6165productTypeSqlBuilder.setBrand(123).setSmallType(456).orderByLastCount().getSqlBuilder().page(0,100);