Skip to content

Commit d77e59f

Browse files
fix syxtax
1 parent e1e68b6 commit d77e59f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/java/com/library/dao/UserDaoImpl.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ public boolean updatePassword(String account, String password) {
258258
int rs = ps.executeUpdate();
259259
if(rs > 0){
260260
return true;
261+
}
262+
}
263+
}
261264
public List<Integer> getAllUserID() {
262265
String sql = "select user_id from users ";
263266
List<Integer> list = new ArrayList<>();

0 commit comments

Comments
 (0)