forked from integrated_whb/integrated_whb
修复培训过程管理—试卷管理—新建试卷时保存草稿箱提示错误显示有误的问题
parent
7c82124d63
commit
ca3bb7204f
|
@ -154,7 +154,7 @@ public class StageexampaperCacheController extends BaseController {
|
||||||
if (!correct) {
|
if (!correct) {
|
||||||
map.put("result", errInfo); //返回结果
|
map.put("result", errInfo); //返回结果
|
||||||
map.put("code", 0);
|
map.put("code", 0);
|
||||||
map.put("message", errorMsg.toString());
|
map.put("msg", errorMsg.toString());
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
// 保存试卷信息
|
// 保存试卷信息
|
||||||
|
@ -173,7 +173,7 @@ public class StageexampaperCacheController extends BaseController {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stageexampaperCacheService.saveTestPaper(preData);
|
stageexampaperCacheService.saveTestPaper(preData);
|
||||||
map.put("message", "导入成功"); //返回结果
|
map.put("msg", "导入成功"); //返回结果
|
||||||
map.put("code", 1);
|
map.put("code", 1);
|
||||||
map.put("resultStr", "导入"
|
map.put("resultStr", "导入"
|
||||||
+ preData.size() + "条数据");
|
+ preData.size() + "条数据");
|
||||||
|
|
Loading…
Reference in New Issue