Commit ee8c0b0c by “Kongxiangkun”

测试管理-题库试题导入问题修改

parent 83565782
......@@ -47,7 +47,7 @@ public class ExamImportController {
map.put("libraryId",importVO.getId());
map.put("url",importVO.getUrl());
log.info("题目导入入参:{}", JSONUtil.toJsonStr(map));
librarySubjectImport.execute(map, false);
librarySubjectImport.execute(map);
return Response.ok();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment