⚠️ 系统发生错误

### 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 '-9' at line 15 ### The error may exist in com/itart/dao/ProductMapper.xml ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT p.id, p.name, p.description,p.price,p.stock,p.is_published,p.status,p.view_count,p.is_featured,p.featured_image_id,p.category_id,p.created_at,p.updated_at, f.filePath as featured_image_path FROM products p left join product_media f on p.featured_image_id = f.id WHERE category_id = ? AND status = ? AND status != 'deleted' ORDER BY created_at DESC LIMIT ? OFFSET ? ### 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 '-9' at line 15 ; 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 '-9' at line 15

请求地址: https://daheishi.shop/products/list

返回首页