Changes between Version 10 and Version 11 of Ticket #130


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #130 – Description

    v10 v11  
    4545---- 
    4646初步拆分: 
    47 public List<Product> buildProductList(long[] productIds[]) 
    4847public long[] searchTopProductIds(long brandId, long smallTypeId, int size) 
    4948public long[] searchTopProductIds(long brandId, long smallTypeId, int priceMax, int priceMin, int size) 
     
    5150public long[] filterBrandIds(long[] productIds, long[] bandBrandIds[]) 
    5251public long[] filterAdIds(long[] productIds, String[] fixedIds, String[] sequenceIds) 
     52 
     53---- 
     54使用的地方: 
     55例如:public List genVisitCountWEB(List from,int defaultPercent) 增加 
     56public List genVisitCountWEB(long[] from,int defaultPercent)