贡献值(修正sql)

This commit is contained in:
sjm
2023-07-03 12:53:07 +08:00
parent b0955f1c35
commit 531ab3aa28

View File

@@ -220,7 +220,6 @@ public class UserDao {
} }
}catch(Exception e){ }catch(Exception e){
e.printStackTrace(); e.printStackTrace();
return 0;
}finally { }finally {
try{ try{
conn.close(); conn.close();
@@ -229,7 +228,7 @@ public class UserDao {
}catch(Exception e){ }catch(Exception e){
e.printStackTrace(); e.printStackTrace();
} }
} }return Value;
} }
public int addLabel(String username,String str){ public int addLabel(String username,String str){
@@ -283,4 +282,5 @@ public class UserDao {
return label; return label;
} }
} }