|
@@ -37,12 +37,11 @@ public class ExamRecordDataAuditTask implements TaskService {
|
|
|
*/
|
|
|
public void execute(User loginUser) {
|
|
|
Set<Long> examRecordDataIds = new HashSet<>();
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
String url = loginUser.getServerUrl() + "/api/ecs_oe_admin/exam/audit/redoAudit";
|
|
|
|
|
@@ -52,10 +51,10 @@ public class ExamRecordDataAuditTask implements TaskService {
|
|
|
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("examRecordDataIds", examRecordDataIds);
|
|
|
- params.put("illegallyTypeId", 6L);
|
|
|
- params.put("disciplineDetail", "sys");
|
|
|
+ params.put("illegallyTypeId", 89L);
|
|
|
+ params.put("disciplineDetail", "人工确认");
|
|
|
params.put("isPass", false);
|
|
|
- params.put("skip", true);
|
|
|
+ params.put("fromMarking", true);
|
|
|
|
|
|
String result = HttpHelper.post(url, headers, params);
|
|
|
log.info(result);
|