轉(zhuǎn)換前:select count(*) as counts from product where find_in_set(:class_id, class_id) and deleted=0 ;
    轉(zhuǎn)換后:select count(*) as counts from product where find_in_set(199, class_id) and deleted=0 ;
    資料更新中...
首頁 上一頁 下一頁 尾頁
共0記錄 第1頁 / 共0頁
加載更多