|
@@ -37,12 +37,11 @@ public class ExamRecordDataAuditTask implements TaskService {
|
|
|
*/
|
|
|
public void execute(User loginUser) {
|
|
|
Set<Long> examRecordDataIds = new HashSet<>();
|
|
|
- // examRecordDataIds.add(52801472L);
|
|
|
- // examRecordDataIds.add(52796160L);
|
|
|
- // examRecordDataIds.add(52794061L);
|
|
|
- // examRecordDataIds.add(52791705L);
|
|
|
- // examRecordDataIds.add(52801046L);
|
|
|
- // examRecordDataIds.add(52793413L);
|
|
|
+ // examRecordDataIds.add(56370331L);
|
|
|
+ // examRecordDataIds.add(56400977L);
|
|
|
+ // examRecordDataIds.add(56382785L);
|
|
|
+ // examRecordDataIds.add(56342395L);
|
|
|
+
|
|
|
|
|
|
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);// 违纪ID,通过页面查询获取
|
|
|
- params.put("disciplineDetail", "sys");// 选填
|
|
|
+ params.put("illegallyTypeId", 89L);// 违纪ID,通过页面查询获取
|
|
|
+ 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);
|