mybatis-plus
daizuojian
这个作者很懒,什么都没留下…
展开
-
mybatis-plus插入数据失败,原因是使用数据库关键字作为列名导致插入失败
org.springframework.jdbc.BadSqlGrammarException: ### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the r原创 2022-09-21 10:09:36 · 2041 阅读 · 2 评论 -
Mybatis-plus通过反射实现动态排序不同字段功能
最近在做项目,使用到了Mybatis-plus,页面上需要对某些字段进行排序,原来是固定好哪些字段需要排序,然后在Controller里接收参数,如下代码所示。 @LogOperation(name = "query urpOfi", objType = "Config") @GetMapping public ResponseEntity<DtoResponse<OfiDto>> queryOfi( @RequestParam(name =原创 2021-12-19 20:15:07 · 2832 阅读 · 2 评论