46 Star 245 Fork 122

如梦技术 / mica-security

 / 详情

权限管理->用户管理 下 修改用户信息,未填写密码,提交后,db中的密码栏位update成了空串

已完成
创建于  
2021-04-09 17:44

如题
下图是刚添加的用户
1
2

下图是执行修改操作
3
4

下图是执行后
5

评论 (1)

EvanChen 创建了任务
EvanChen 关联仓库设置为如梦技术/dream-security
展开全部操作日志

之前改了 mybatis-plus 配置造成的,上次把 update-strategy: not_null 改成 not_null 了。

## mybatis
mybatis-plus:
  configuration:
    cache-enabled: false
    map-underscore-to-camel-case: true
  typeAliasesPackage: net.dreamlu.**.model
  mapper-locations: classpath:net/dreamlu/**/mapper/*Mapper.xml
  global-config:
    db-config:
      id-type: auto
      select-strategy: not_empty
      insert-strategy: not_empty
      update-strategy: not_null
      table-underline: true
      logic-delete-value: 0
      logic-not-delete-value: 1

稍后修复,感谢反馈

如梦技术 任务状态待办的 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
372 dreamlu 1578913784 1998600 evanchenxd 1578963940
Java
1
https://gitee.com/596392912/mica-security.git
git@gitee.com:596392912/mica-security.git
596392912
mica-security
mica-security

搜索帮助

344bd9b3 5694891 D2dac590 5694891