Commit eccba21e by Leslie1w

新增指纹比对信息系列接口

parent 8580796f
......@@ -109,7 +109,7 @@ public class AppZwxxController {
}
}
@PostMapping("/fileUpload")
@GetMapping("/fileUpload")
public R fileUpload(String xxzjbh, HttpServletResponse response){
try {
appZwxxService.getNyzwtp(xxzjbh,response);
......
......@@ -119,6 +119,9 @@ public class AppZwxxServiceImpl extends ServiceImpl<AppZwxxMapper, AppZwxx> impl
ryQueryWrapper.eq("xxzjbh",xxzjbh);
ryQueryWrapper.eq("xxsc_pdbz", "0");
AppZwxx bbgx = appZwxxMapper.selectOne(ryQueryWrapper);
if (bbgx == null){
return;
}
InputStream inputStream = null;
try {
inputStream = new ByteArrayInputStream(bbgx.getNyzwtp());
......
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