|
@@ -31,7 +31,7 @@ public class ExamTask implements ITask {
|
|
|
XmlHelper xmlHelper = XmlHelper.of(contString);
|
|
|
|
|
|
Map<String, String> params = new HashMap<>();
|
|
|
- params.put("type", "1");
|
|
|
+ params.put("type", "2");
|
|
|
|
|
|
params.put("institution_id", PropKit.get("institution_id"));
|
|
|
|