your MySQL server version for the right syntax to use near ‘‘ at line 1-CSDN博客 呆萌小新_渊洁 2023-12-14 75 阅读1分钟 文章目录 这个错误大概率是前端没有传值.造成where后面的值为空.where没有跟条件报错. 也有可能是@param 或mybatis的传参类型没有写 前端会报 后端会报 your MySQL server version for the right syntax to use near ‘’ at line 1 这个是后端校验顺序写反导致的,后端没有检验前端值就直接存入库中.然后校验…