提交 c8f97612 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 50ef6876
......@@ -176,7 +176,7 @@ public class FgVideoLibraryController {
@PostMapping("/update/video-library")
public CallBack<Boolean> updateDownloadNum(@RequestBody FgQueryVideoForm from) {
boolean b = false;
if(StringUtils.isNotEmpty(from.getFileName())) {
if(StringUtils.isEmpty(from.getFileName())) {
return CallBack.success(b);
}
VideoLibrary videoLibraryOne = new VideoLibrary();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论