dsx 2 years ago
parent
commit
b7f1c3b59e

+ 1 - 1
src/main/java/com/fdkankan/openApi/service/www/impl/ScenePlusServiceImpl.java

@@ -181,7 +181,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
         if(!exist){
         if(!exist){
             throw new BusinessException(ErrorCode.FAILURE_CODE_5042);
             throw new BusinessException(ErrorCode.FAILURE_CODE_5042);
         }
         }
-        String uploadData = FileUtils.readFile(uploadJsonPath);
+        String uploadData = FileUtil.readUtf8String(uploadJsonPath);
         JSONObject uploadJson = null;
         JSONObject uploadJson = null;
         JSONArray array = null;
         JSONArray array = null;
         if(uploadData!=null) {
         if(uploadData!=null) {