|
@@ -161,6 +161,10 @@ public class BasicCourseServiceImpl extends ServiceImpl<BasicCourseMapper, Basic
|
|
|
|
|
|
this.baseMapper.updateCourseNameFormExamTask(sysUser.getSchoolId(), editBasicCourse.getCode(),
|
|
|
editBasicCourse.getName());
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
} catch (Exception e) {
|
|
|
if (e instanceof DataIntegrityViolationException || e instanceof BadSqlGrammarException) {
|
|
|
String content = JdbcErrorUtil.parseErrorMsg(e.getMessage());
|