Db Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-32,32' at line 1
SELECT shihui_product.*,quan_product.name as quan_name FROM `fanli_shihui_product` AS `shihui_product` LEFT JOIN `fanli_quan_product` AS `quan_product` ON quan_product.pid=shihui_product.id WHERE ( aid = '2' ) AND ( shihui_product.quan_price > '0' ) AND ( shihui_product.sale_time <= '1711658939' ) AND ( shihui_product.off_time > '1711658939' ) ORDER BY shihui_product.sort desc,shihui_product.score desc LIMIT -32,32