|
|
@ -25,8 +25,10 @@ public class C_TeacherSearchStudent {
|
|
|
|
Map<String, Object> options = search.execute(null);
|
|
|
|
Map<String, Object> options = search.execute(null);
|
|
|
|
List<String[]> result = (List<String[]>) options.get("result");
|
|
|
|
List<String[]> result = (List<String[]>) options.get("result");
|
|
|
|
String[] s = result.get(0);
|
|
|
|
String[] s = result.get(0);
|
|
|
|
StudentInfo.put("id",s[0]);
|
|
|
|
StudentInfo.put("学号",s[0]);
|
|
|
|
StudentInfo.put("name",s[2]);
|
|
|
|
StudentInfo.put("名字",s[2]);
|
|
|
|
|
|
|
|
StudentInfo.put("邮箱",s[3]);
|
|
|
|
|
|
|
|
StudentInfo.put("电话",s[4]);
|
|
|
|
return StudentInfo;
|
|
|
|
return StudentInfo;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|