-
轉換前:select count(*) as counts from product where find_in_set(:class_id, class_id) and deleted=0 ;
80kg平移門吊輪系統 SLD-80
POST TIME:2019-06-2080kg單向A型緩沖吊輪系統 SLD-80AS
POST TIME:2019-06-2080kg雙向A型緩沖吊輪系統 SLD-80AD
POST TIME:2019-06-2080kg單向B型緩沖吊輪系統 SLD-80BS
POST TIME:2019-06-2080kg雙向B型緩沖吊輪系統 SLD-80BD
POST TIME:2019-06-2080kg同向同步雙扇聯動吊輪系統 SLD-80DS
POST TIME:2019-06-2080kg同向同步三扇聯動吊輪系統 SLD-80ATS
POST TIME:2019-06-2080kg同向異步雙扇聯動吊輪系統 SLD-80ADS
POST TIME:2019-06-2080kg同向同步三扇聯動吊輪系統 SLD-80TS
POST TIME:2019-06-20
轉換后:select count(*) as counts from product where find_in_set(11, class_id) and deleted=0 ;
轉換前:select id,rid,class_id,path,title as title,images,images_s,orders,addtime from product where find_in_set(:class_id, class_id) and deleted=0 order by orders desc,id DESC , mdtime desc limit 9;
轉換后:select id,rid,class_id,path,title as title,images,images_s,orders,addtime from product where find_in_set(11, class_id) and deleted=0 order by orders desc,id DESC , mdtime desc limit 9;
轉換前:select id,product_id,images,images_s,images_name from product_photo where product_id in (423,422,421,420,419,418,415,416,417) and deleted=0 order by orders,id;
轉換后:select id,product_id,images,images_s,images_name from product_photo where product_id in (423,422,421,420,419,418,415,416,417) and deleted=0 order by orders,id;