转换前:select count(*) as counts from product where find_in_set(:class_id, class_id) and deleted=0 ;
    转换后:select count(*) as counts from product where find_in_set(94, class_id) and deleted=0 ;
    资料更新中...
首页 上一页 下一页 尾页
共0记录 第1页 / 共0页
加载更多