Commit 6b7f8bf8 authored by ryzeycy's avatar ryzeycy

xx

parent a119b06e
......@@ -440,7 +440,7 @@ public class GeneratorAllTypePdfByProvinceController {
List<ClassBasicReportParameters> list = collect.get(arg.getClassName());
for (ClassBasicReportParameters classBasicReportParameters : list) {
String subSubject = classBasicReportParameters.getSubSubject();
if (!subSubject.equals("生物") && !subSubject.equals("历史")) {
if (!subSubject.equals("历史")) {
continue;
}
......
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