|
@@ -399,7 +399,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
JSONObject json = FloorPlanUserUtil.createFloorPlanUserJson(floorPlanCardFilePath);
|
|
|
if(!Objects.isNull(json)){
|
|
|
String hourseTypeJsonPath = String.format(UploadFilePath.DATA_VIEW_PATH, num) + "floorplan.json";
|
|
|
- ossUtil.uploadFileBytes(bucket, hourseTypeJsonPath, json.toJSONString().getBytes());
|
|
|
+ ossUtil.uploadFileBytes(bucket, hourseTypeJsonPath, json.toJSONString().getBytes(StandardCharsets.UTF_8));
|
|
|
}
|
|
|
}
|
|
|
|