List<CandidateExam>lists=DBOperator.query("select exam_connect_code ,candidate_connect_code,interview_results from candidate_exam where result_back = 1",newObject[]{},newBeanPropertyRowMapper<>(CandidateExam.class));
@@ -51,8 +52,11 @@ public class ScriptInterfaceServiceImpl implements ScriptInterfaceService {
...
@@ -51,8 +52,11 @@ public class ScriptInterfaceServiceImpl implements ScriptInterfaceService {
List<String>alreadyExistStudentIdCards=DBOperator.queryForList("select id_card from candidate_exam where exam_connect_code = ?",newObject[]{examConnectionCode},String.class);
List<String>alreadyExistStudentIdCards=DBOperator.queryForList("select id_card from candidate_exam where exam_connect_code = ?",newObject[]{examConnectionCode},String.class);