Commit b6a1ffc2 authored by yanzg's avatar yanzg

下载视频

parent 40aaf6fc
......@@ -190,7 +190,7 @@ public class YzgFileServiceImpl implements YzgFileService, ApplicationContextAwa
@Override
public void moveFile(YzgFileMoveReqVo req) {
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