-
转换前:select count(*) as counts from product where find_in_set(:class_id, class_id) and deleted=0 ;
-
上翻沐浴凳 GB-3012
查看详情 POST TIME:2019-06-21 -
沐浴凳(挂式) GB-3011
查看详情 POST TIME:2019-06-21 -
转角防滑扶手 GB-3010
查看详情 POST TIME:2019-06-21 -
落地小便斗扶手 GB-3009
查看详情 POST TIME:2019-06-21 -
多功能扶手 GB-3008
查看详情 POST TIME:2019-06-21 -
”—“字型扶手 GB-3007
查看详情 POST TIME:2019-06-21 -
”—“字型扶手 GB-3006
查看详情 POST TIME:2019-06-21 -
135°扶手(左/右) GB-3005
查看详情 POST TIME:2019-06-21 -
L型扶手(左/右) GB-3004
查看详情 POST TIME:2019-06-21
转换后:select count(*) as counts from product where find_in_set(63, 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(63, 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 (1051,1052,1053,1054,1055,1056,1057,1058,1059) and deleted=0 order by orders,id;
转换后:select id,product_id,images,images_s,images_name from product_photo where product_id in (1051,1052,1053,1054,1055,1056,1057,1058,1059) and deleted=0 order by orders,id;