Changes between Version 2 and Version 3 of Ticket #13, comment 5


Ignore:
Timestamp:
05/09/2011 04:32:30 PM (15 years ago)
Author:
lidarong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13, comment 5

    v2 v3  
    2020280x210 (_m) 
    2121800x600 (_l) 
     22 
     23 
     241.索引图处理 
     25通过Index2取得所有索引图(及原图) 
     26select pdl_product_pic.*,replace(pic_path,'_sn.','.') as pic from pdl_product_pic where type=5 and pic_path like '%_sn.%' 
     27 
     282.方位图 
     29select * from pdl_product_pic where type=0  
     30