查询出错: SQLSTATE[42000]: Syntax error or access violation: 1064 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 '-10, 10' at line 1
SQL: SELECT * FROM job_info WHERE 1=1 AND job_category_code = ? ORDER BY post_time DESC LIMIT -10, 10
参数: Array
(
[0] => 1
)