2020-11-01

   日期:2020-11-03     浏览:93    评论:0    
核心提示:项目场景:spring-boot整合通用mapper问题描述:Caused by: 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 'order ( id,total_num,total_money,pay_mo.

项目场景:spring-boot整合通用mapper

问题描述:

Caused by: 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 'order  ( id,total_num,total_money,pay_money,pay_type,create_time,update_time,use' at line 1

原因分析:

通用mapper直接生成的sql语句报语法错误

利用mybatis log插件查看sql

将sql语句copy到Navicat 中执行

INSERT INTO order ( id,total_num,total_money,pay_money,pay_type,create_time,update_time,username,buyer_rate,source_type,order_status,pay_status,consign_status ) VALUES( '1322732101556027392',4,383600,383600,'1','2020-11-01 10:48:02.842','2020-11-01 10:48:02.842','heima','0','1','0','0','0' );

报同样错误

[Err] 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 'ORDER (
    id,
    total_num,
    total_money,
    pay_money,
    pay_type,
    create_time' at line 1

 

后来仔细一看,发现表名order是大写,于是想到order是关键字,问题找到了

解决方案:

      将对应实体类上@Table注解里对应的表名改为(name="`order`")即可,注意 ` 是table键上面的那个符号

 

======>

问题解决.

 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服