mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
逻辑删除调整
This commit is contained in:
parent
9ce2b519b1
commit
2b42b33f41
@ -43,7 +43,7 @@ public class MybatisPlusJoinProperties {
|
||||
/**
|
||||
* 逻辑删除类型 支持 where on
|
||||
*/
|
||||
private String logicDelType = "where";
|
||||
private String logicDelType = "on";
|
||||
|
||||
/**
|
||||
* 映射查询最大深度
|
||||
|
@ -40,7 +40,7 @@
|
||||
},
|
||||
{
|
||||
"name": "mybatis-plus-join.logic-del-type",
|
||||
"defaultValue": "where",
|
||||
"defaultValue": "on",
|
||||
"type": "java.lang.String",
|
||||
"description": "逻辑删除的位置支持where和on两个."
|
||||
},
|
||||
|
@ -29,7 +29,7 @@ public class ConfigProperties {
|
||||
/**
|
||||
* 逻辑删除类型 支持 where on
|
||||
*/
|
||||
public static LogicDelTypeEnum logicDelType = LogicDelTypeEnum.WHERE;
|
||||
public static LogicDelTypeEnum logicDelType = LogicDelTypeEnum.ON;
|
||||
/**
|
||||
* 逻辑删除类型 支持 where on
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user