spring-boot-api-project-seed
spring-boot-api-project-seed copied to clipboard
xml编写updateSelective类似方法?
Mapper.xml如何生成 insertSelective、updateSelective类似的方法?以下设置并无效果: tableConfiguration.setCountByExampleStatementEnabled(true); tableConfiguration.setUpdateByExampleStatementEnabled(true);