|
@@ -127,6 +127,7 @@ public class SceneEvidenceServiceImpl extends ServiceImpl<ISceneEvidenceMapper,
|
|
|
String ossPath = String.format(UploadFilePath.USER_EDIT_PATH, param.getNum()) + media.getString("src");
|
|
|
JSONObject item = new JSONObject();
|
|
|
params.add(item);
|
|
|
+ item.put("num", param.getNum());
|
|
|
item.put("kno", scenePlus.getKNo());
|
|
|
item.put("filePath", ossPath);
|
|
|
item.put("fileName", media.getString("name"));
|
|
@@ -156,7 +157,7 @@ public class SceneEvidenceServiceImpl extends ServiceImpl<ISceneEvidenceMapper,
|
|
|
item.put("fileName", bgm.getString("name"));
|
|
|
item.put("fileSize", fYunFileServiceInterface.getSpace("4dkankan", ossPath));
|
|
|
item.put("delSource", 0);
|
|
|
- item.put("toHaixin", 1);
|
|
|
+ item.put("toHaixin", 0);
|
|
|
item.put("content", EvidenceBean.builder().
|
|
|
title(evidenceParamVO.getData().getString("title"))
|
|
|
.collectedTime(evidenceParamVO.getData().getString("collectedTime"))
|