Commit cee05f53 authored by ryzeycy's avatar ryzeycy

xx

parent d5fb53cc
...@@ -48,7 +48,7 @@ public class GeneratorAllTypePdfByProvinceController { ...@@ -48,7 +48,7 @@ public class GeneratorAllTypePdfByProvinceController {
"school,exam_id,province,region1 as region,sub_subject\n" + "school,exam_id,province,region1 as region,sub_subject\n" +
"from \n" + "from \n" +
"base_school_subject_tda"+suffix+" \n" + "base_school_subject_tda"+suffix+" \n" +
" where subject_type = '常规' and sub_subject in('历史','物理') \n"; " where subject_type = '常规' and sub_subject in('历史','生物') \n";
String synthesisSchoolReportSql = "select \n" + String synthesisSchoolReportSql = "select \n" +
"school,exam_id,province,region1 as region\n" + "school,exam_id,province,region1 as region\n" +
...@@ -65,7 +65,7 @@ public class GeneratorAllTypePdfByProvinceController { ...@@ -65,7 +65,7 @@ public class GeneratorAllTypePdfByProvinceController {
"FROM\n" + "FROM\n" +
"\tbase_student_subject_tda"+suffix+"\n" + "\tbase_student_subject_tda"+suffix+"\n" +
"where\n" + "where\n" +
"subject_type = '常规' and sub_subject in('历史','物理') \n " ; "subject_type = '常规' and sub_subject in('历史','生物') \n " ;
String synthesisClassReportSql = "SELECT\n" + String synthesisClassReportSql = "SELECT\n" +
"\tclass AS class_name,\n" + "\tclass AS class_name,\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