提交 cc589f78 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 cd8cde6a
...@@ -127,7 +127,7 @@ public class AcupointLibrarySerivceImpl extends BaseServiceImpl<AcupointLibrary, ...@@ -127,7 +127,7 @@ public class AcupointLibrarySerivceImpl extends BaseServiceImpl<AcupointLibrary,
list.forEach(li -> li.setObjectId(entity.getId())); list.forEach(li -> li.setObjectId(entity.getId()));
resourceRelationMapper.insertList(list); resourceRelationMapper.insertList(list);
} }
if(form.getVideoType() != null && form.getVideoType() == 1 && StringUtils.isNotBlank(form.getVideoName())) { if(form.getVideoType() != null && form.getVideoType() == 1 && StringUtils.isNotBlank(form.getTimeLength())) {
String videoId = saveVideo(form); String videoId = saveVideo(form);
AcupointLibrary acupointLibrary = new AcupointLibrary(); AcupointLibrary acupointLibrary = new AcupointLibrary();
acupointLibrary.setId(entity.getId()); acupointLibrary.setId(entity.getId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论