最新回答 / weixin_慕仔2069104
检查 tableInfo.getTableName() 有没有获取到正确的表名,用日志排查一下直接手动输入表名:tableInfo.setTableName("your_table_name");
2023-04-14
this.strictInsertFill(metaObject, "createTime", LocalDateTime.class, LocalDateTime.now());
this.setFieldValByName("createTime", LocalDateTime.now(),metaObject);
this.fillStrategy(metaObject, "createTime", LocalDateTime.now());
this.setInsertFieldValByName("operator", "Jerry", metaObject);
this.setFieldValByName("createTime", LocalDateTime.now(),metaObject);
this.fillStrategy(metaObject, "createTime", LocalDateTime.now());
this.setInsertFieldValByName("operator", "Jerry", metaObject);
2022-09-06
fix老项目的bug,正好用到了这个特性,然后写了总结。想着,可能对其它同学理解这个功能的使用有帮忙,就发出来,看看有没有帮助
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
2022-07-19
fix老项目的bug,正好用到了这个特性,然后写了总结。想着,可能对其它同学理解这个功能的使用有帮忙,就发出来,看看有没有帮助
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
2022-07-19
有总结有示例,很容易学会。
fix老项目的bug,正好用到了这个特性,然后写了总结。想着,可能对其它同学理解这个功能的使用有帮忙,就发出来,看看有没有帮助
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
fix老项目的bug,正好用到了这个特性,然后写了总结。想着,可能对其它同学理解这个功能的使用有帮忙,就发出来,看看有没有帮助
https://mp.weixin.qq.com/s/2kT5FhNlGQvCxxmaEblH1g
2022-07-18
最赞回答 / athr
查阅官网,发现要用了新的版本,加入了如下代码:
@Bean public MybatisPlusInterceptor mybatisPlusInterceptor() { MybatisPlusInterceptor mybatisPlusInterceptor = new MybatisPlusInterceptor(); mybatisPlusInterce...
2022-07-13