添加ifAbsent

This commit is contained in:
yulichang 2023-12-23 17:00:59 +08:00
parent 665e433051
commit eda25c23f8

View File

@ -57,7 +57,7 @@
"description": "子查询表别名."
},
{
"name": "mybatis-plus-join.ifAbsent",
"name": "mybatis-plus-join.if-absent",
"defaultValue": "com.github.yulichang.config.enums.IfAbsentEnum.NOT_EMPTY",
"type": "com.github.yulichang.config.enums.IfAbsentEnum",
"description": "IfAbsent方法判断策略,如需自定义请用@Bean形式MybatisPlusJoinIfAbsent."