{"msg":"\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: 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 'LIMIT 10' at line 21\n### The error may exist in URL [jar:file:/opt/application/hkext/WEB-INF/lib/ruoyi-persistence-4.7.2.jar!/mapper/BqProjectMapper.xml]\n### The error may involve defaultParameterMap\n### The error occurred while setting parameters\n### SQL: select t1.release_time, DATE_FORMAT(t1.end_time, '%Y-%m-%d') AS end_time, t2.project_id, t2.project_no, t2.project_name, t2.time_notice_send, t2.purchase_dept_comp_name,t2.time_apply_end, t2.commission_no, t2.time_round_end, t2.time_bidding_end, t2.time_offer_start, t2.stus, t3.dict_label as business_type, t4.dict_label as product_type from bq_project_notice t1 left join bq_project t2 on t1.project_id = t2.project_id left join sys_dict_data t3 on (t2.business_type = t3.dict_value and t3.dict_type = 'bq_bid_project_business_type') left join sys_dict_data t4 on (t2.product_type = t4.dict_value and t4.dict_type = 'product_type') where t3.dict_type = 'bq_bid_project_business_type' and t2.stus not in ('PA', 'PL', 'PU', 'PB', 'PC') and t2.business_type != 'S' and t1.notice_type = ? and ( IF(t1.notice_type = '0', t1.end_time >= DATE_SUB(NOW(), INTERVAL 15 DAY), true) ) and t1.int_is_public != 0 order by time_apply_end DESC, release_time DESC, project_id DESC limit 10 LIMIT ?\n### Cause: java.sql.SQLSyntaxErrorException: 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 'LIMIT 10' at line 21\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: 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 'LIMIT 10' at line 21","code":500}