|
@@ -30,6 +30,7 @@ public class PrintNumTask implements ITask {
|
|
if (record == null) {
|
|
if (record == null) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
+
|
|
Map<String, String> annex_params = new HashMap<>();
|
|
Map<String, String> annex_params = new HashMap<>();
|
|
annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
annex_params.put("institution_id", PropKit.get("institution_id"));
|
|
annex_params.put("type", "2");
|
|
annex_params.put("type", "2");
|