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

Report

parent b90ff87f
Pipeline #246 failed with stages
......@@ -41,8 +41,8 @@ public class studentPaperReportGeneratorController {
private static final String requestHeader = "http://localhost:8080";
@RequestMapping("/generatorPaperWork")
public String generatorPaperWork(@RequestParam(value = "schoolName",required = false)String schoolName,@RequestParam(value = "provinceName",required = false)String provinceName){
String sql = "select * from db_total_score ";
public String generatorPaperWork(@RequestParam(value = "schoolName",required = false)String schoolName,@RequestParam(value = "Name ",required = false)String provinceName){
String sql = "select * from dp_total_score ";
String appendStatement = "";
if(!(null==provinceName)&&null==schoolName){
......
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