Showing
1 changed file
with
0 additions
and
2 deletions
@@ -130,8 +130,6 @@ public class YtAdminController extends BaseController { | @@ -130,8 +130,6 @@ public class YtAdminController extends BaseController { | ||
130 | UserDTO userDTO = userService.findUserInfoById(strUserId); | 130 | UserDTO userDTO = userService.findUserInfoById(strUserId); |
131 | if (null != userDTO && StringUtils.isNotBlank(userDTO.getTbUser())) { | 131 | if (null != userDTO && StringUtils.isNotBlank(userDTO.getTbUser())) { |
132 | deleteTenantAdmin(userDTO.getTbUser()); | 132 | deleteTenantAdmin(userDTO.getTbUser()); |
133 | - } else { | ||
134 | - return ResponseEntity.ok(false); | ||
135 | } | 133 | } |
136 | } | 134 | } |
137 | boolean result = | 135 | boolean result = |