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