Commit 9eaa2bb3 authored by 霍传世's avatar 霍传世

测试

parent 82d3086e
......@@ -30,6 +30,7 @@ public class PublicFunctionController {
}
@RequestMapping("/getProcessStatus/{examConnectCode}/{zkzNum}")
public ResponseEntity getStatusFaceHaiNa(@PathVariable String examConnectCode,@PathVariable String zkzNum) {
System.out.println("examConnectCode:"+examConnectCode+"zkzNum:"+zkzNum);
try{
CandidateExam candidateExam = DBOperator.queryForObject("select status_commitment,status from candidate_exam where zkz_num = ? and exam_connect_code =?",new BeanPropertyRowMapper<>(CandidateExam.class),zkzNum,examConnectCode);
return ResponseEntity.ok(new JSONObject(new HashMap<String,Object>(){{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment