Commit b6a1ffc2 authored by yanzg's avatar yanzg

下载视频

parent 40aaf6fc
...@@ -190,7 +190,7 @@ public class YzgFileServiceImpl implements YzgFileService, ApplicationContextAwa ...@@ -190,7 +190,7 @@ public class YzgFileServiceImpl implements YzgFileService, ApplicationContextAwa
@Override @Override
public void moveFile(YzgFileMoveReqVo req) { public void moveFile(YzgFileMoveReqVo req) {
if (req.getList() == null || req.getList().isEmpty()) { if (req.getList() == null || req.getList().isEmpty()) {
throw YzgError.getRuntimeException("066"); throw YzgError.getException("066");
} }
// 先检查一遍参数 // 先检查一遍参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment