Commit 4de764f7 authored by wenmo's avatar wenmo

修复 用户逻辑删除bug

parent 53710e6e
......@@ -42,7 +42,7 @@ spring.datasource.druid.stat-view-servlet.login-password=admin
#字段策略 IGNORED:"忽略判断",NOT_NULL:"非 NULL 判断"),NOT_EMPTY:"非空判断"
mybatis-plus.global-config.db-config.field-strategy=NOT_NULL
#逻辑删除配置
mybatis-plus.global-config.db-config.logic-delete-field=isDelete
mybatis-plus.global-config.db-config.logic-delete-field=is_delete
mybatis-plus.global-config.db-config.logic-delete-value=1
mybatis-plus.global-config.db-config.logic-not-delete-value=0
# 原生配置
......
......@@ -746,6 +746,9 @@ export default (): React.ReactNode => {
<li>
<Link>新增 作业生命周期与任务实例同步联动</Link>
</li>
<li>
<Link>修复 用户逻辑删除bug</Link>
</li>
</ul>
</Paragraph>
</Timeline.Item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment