摘要: 用mybatispluc往数据库新增值一直提示 Could not set property 'id' of ' “xxxxxxxxxxxxxxx” 并且报argument type mismatch错误 参数类型不匹配 原因是数据库主键自动自增 和 mybatisplus自动递增方式不同 myba 阅读全文
posted @ 2022-03-09 13:18 Hello霖 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 今天写了个 new BigDecimal( money.toString() + order.getTotalAmount()).toString()) 无限报错,原因是BigDecimal不能直接这样相加 并且里面是两个字符串根本不能相加,想了一下自己果然是煞笔了,想到转整数型相加后在转回来,但是 阅读全文
posted @ 2022-03-09 12:41 Hello霖 阅读(152) 评论(0) 推荐(0) 编辑