Parcourir la source

上传资源打印日志

dengsixing il y a 2 ans
Parent
commit
767a181cdb

+ 0 - 3
src/main/java/com/fdkankan/contro/service/impl/SceneFileBuildServiceImpl.java

@@ -678,9 +678,6 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
     @Override
     public ResultData uploadFile(MultipartFile file, String params) throws Exception {
 
-        log.error("上传失败");
-        String test = null;
-        test.equals("123");
         log.info("upload-params: "+params);
         if (StringUtils.isEmpty(params)){
             throw new BusinessException(ErrorCode.PARAM_REQUIRED);