|
|
@ -27,7 +27,7 @@ public interface AccountManagement {
|
|
|
|
Map<String,String> limits = new HashMap<>();
|
|
|
|
Map<String,String> limits = new HashMap<>();
|
|
|
|
limits.put("id",id);
|
|
|
|
limits.put("id",id);
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
rs = DBManagement.select(columns,userTable,limits,1,2);
|
|
|
|
rs = DBManagement.select(columns,userTable,limits,0,1);
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
throw new GExcptSQL("QUERY\n\t"+id+"\nfailure");
|
|
|
|
throw new GExcptSQL("QUERY\n\t"+id+"\nfailure");
|
|
|
|
}
|
|
|
|
}
|
|
|
|