提交 1cca6184 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 d6456a31
......@@ -201,7 +201,7 @@ public class ResourceLibraryController {
if(courseLibrary != null) {
Integer countVideo = courseLibrary.getCountVideo();
if((entity.getResourceIds().length + count) > countVideo.intValue()) {
throw new BaseException("更新节数:" + entity.getResourceIds().length + count + "不能大于总节数:" + countVideo.intValue());
throw new BaseException("更新节数不能大于总节数");
}
}
// List<ResourceRelation> recordList = new ArrayList<ResourceRelation>();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论