Administrator
2021-08-23 f435d50064d048c7bbc2fb46ffcd518cb19b9764
src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -493,6 +493,7 @@
      if (Func.isNotEmpty(user.getPassword())) {
         user.setPassword(DigestUtil.encrypt(user.getPassword()));
      }
      user.setTenantId("000000");
      //用户新增
      boolean status = userService.save(user);
      //获取从业记录