src/main/java/com/example/client/service/UserAddOrUpdate.java
@@ -56,8 +56,6 @@ JComboBoxItem[] deptList = sysTeamGroupClassService.getDeptList(); JComboBoxItem[] boatList = boatFleetService.getBoatList(); JLabel JLabel0 = new JLabel("用户名"); JTextField userName = new JTextField(16); if (StringUtils.isNotBlank(data.getUsername())) {