|
@@ -31,6 +31,10 @@ public class PrintNumTask implements ITask {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
+ if (record.getStr("IAET").equals("3")) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
+
|
|
|
Map<String, String> annex_params = new HashMap<>();
|
|
|
annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
|
annex_params.put("type", "2");
|