|
@@ -126,7 +126,7 @@ public class TeachCloudReportTaskUtils {
|
|
map.put("courseName", validParam(courseName, null, true, "分析试卷名称"));
|
|
map.put("courseName", validParam(courseName, null, true, "分析试卷名称"));
|
|
map.put("paperType", validParam(paperType, "#", true, "试卷类型"));
|
|
map.put("paperType", validParam(paperType, "#", true, "试卷类型"));
|
|
map.put("teachCollegeName", validParam(teachCollegeName, null, true, "开课机构名称"));
|
|
map.put("teachCollegeName", validParam(teachCollegeName, null, true, "开课机构名称"));
|
|
- map.put("enable", validParam(enable, null, true, "是否启用标记"));
|
|
|
|
|
|
+ map.put("enable", validParam(enable, true, true, "是否启用标记"));
|
|
|
|
|
|
String result = HttpKit.sendPost(postUrl, getHeaders(schoolId, saveUrl), map, null, null, null);
|
|
String result = HttpKit.sendPost(postUrl, getHeaders(schoolId, saveUrl), map, null, null, null);
|
|
JSONObject jsonObject = JSONObject.parseObject(result);
|
|
JSONObject jsonObject = JSONObject.parseObject(result);
|