存在私有也可创建

This commit is contained in:
670788339
2025-11-05 14:27:00 +08:00
parent 9119aa8579
commit 9baa4c3595

View File

@@ -173,6 +173,9 @@ public class CourseTagApi extends ApiBaseController {
}
if (courseTagRelationDto!=null){
CourseTag courseTag = courseTagService.createTag(courseTagRelationDto);
if (courseTag == null ){
return error("创建标签失败!");
}
return success(courseTag);
}
return error("创建标签失败!");