|
@@ -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) {
|