正在加油的(ง •̀_•́)ง 2022-04-09 14:08 采纳率: 100%
浏览 659
已结题

java使用mybatis-plus自带方法时,一直出现报错【insert插入方法】

问题遇到的现象和发生背景

使用postman测试接口,在到使用框架自带的方法insert时,插入报错

问题相关代码,请勿粘贴截图

这些事报错信息

Error updating 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 'order,

sub_order,
family,
sub_family,
genus,
sub_genus,
species,
sub_species,
di' at line 8

The error may exist in com/ljk/commons/mapper/InformationMapper.java (best guess)

The error may involve com.ljk.commons.mapper.InformationMapper.insert-Inline

The error occurred while setting parameters

SQL: INSERT INTO information ( name, b_name, kingdom, phylum, sub_phylum, g_class, sub_class, order, sub_order, family, sub_family, genus, sub_genus, species, sub_species, distribution_area, protection_level, binomial_nomenclature, food, life_time, breed, affect, colour, past_records, natural_enemy, life_habit, population_status, feature, growth_reproduction, pathophoresis, author_id, operating_time, valid_state ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )

运行结果及报错内容

img

我的解答思路和尝试过的方法
我想要达到的结果

可以正确的存储到数据库

  • 写回答

2条回答 默认 最新

  • 未聞花名丶 2022-04-09 20:40
    关注

    order是关键字,加反引号

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 4月18日
  • 已采纳回答 4月10日
  • 创建了问题 4月9日

悬赏问题

  • ¥50 adb连接不到手机是怎么回事?
  • ¥15 vs2022无法联网
  • ¥15 TCP的客户端和服务器的互联
  • ¥15 VB.NET操作免驱摄像头
  • ¥15 笔记本上移动热点开关状态查询
  • ¥85 类鸟群Boids——仿真鸟群避障的相关问题
  • ¥15 CFEDEM自带算例错误,如何解决?
  • ¥15 有没有会使用flac3d软件的家人
  • ¥20 360摄像头无法解绑使用,请教解绑当前账号绑定问题,
  • ¥15 docker实践项目