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

具体到学校生成PDF报告数据

parent 2a630979
......@@ -42,6 +42,7 @@ public class GeneratorAllTypePdfByProvinceController {
@GetMapping("/GeneratorByProvinceName")
public ResponseEntity generatorName(@RequestParam("examId")String examId, @RequestParam(value = "provinceName",required = false)String provinceName,@RequestParam(value = "schoolName",required = false)String schoolName) throws IOException, InterruptedException {
System.out.println(provinceName);
String suffix = examId.trim().replace("TDA","").replace("G3","").replace("G2","").trim();
......
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