Merge remote-tracking branch 'remotes/origin/master' into hechu1

# Conflicts:
#	src/core/operation/Select.json
#	src/core/process/Process.java
hechu1
何楚 6 years ago
parent 236ef14371
commit 04c02fe5ad

@ -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;
} }
} }

Loading…
Cancel
Save