Commit b565f04e authored by 霍传世's avatar 霍传世

HaiNa---接口

parent 506ca4b1
...@@ -10,6 +10,7 @@ import org.springframework.jdbc.core.JdbcTemplate; ...@@ -10,6 +10,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
@RestController @RestController
@RequestMapping("/faceMatchApi") @RequestMapping("/faceMatchApi")
@Slf4j @Slf4j
......
...@@ -30,7 +30,7 @@ public class LoginController { ...@@ -30,7 +30,7 @@ public class LoginController {
public ResponseEntity LoginGo(@RequestBody CandidateExam candidate){ public ResponseEntity LoginGo(@RequestBody CandidateExam candidate){
try{ try{
CandidateExam candidateExam = DBOperator.queryForObject("SELECT \n" + CandidateExam candidateExam = DBOperator.queryForObject("SELECT \n" +
"\ta.uuid, \n" + "\tb.uuid, \n" +
"\tb.NAME, \n" + "\tb.NAME, \n" +
"\ta.zkz_num, \n" + "\ta.zkz_num, \n" +
"\tb.id_card, \n" + "\tb.id_card, \n" +
......
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