fix: 修改道路任务或POI录像照片过多时数据存储过大的问题
This commit is contained in:
@@ -889,8 +889,8 @@ public class PoiVideoFragment extends BaseDrawerFragment implements View.OnClick
|
||||
}
|
||||
}
|
||||
}
|
||||
String photoStr = AWMp4ParserHelper.getInstance().getVideoFileListStr(fileListByUUID);
|
||||
poiEntity.setPhoto(photoStr);
|
||||
// String photoStr = AWMp4ParserHelper.getInstance().getVideoFileListStr(fileListByUUID);
|
||||
poiEntity.setPhoto(fileListByUUID.size()+"");
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -989,8 +989,8 @@ public class RoadFragment extends BaseDrawerFragment implements View.OnClickList
|
||||
}
|
||||
}
|
||||
}
|
||||
String photoStr = AWMp4ParserHelper.getInstance().getVideoFileListStr(fileListByUUID);
|
||||
poiEntity.setPhoto(photoStr);
|
||||
// String photoStr = AWMp4ParserHelper.getInstance().getVideoFileListStr(fileListByUUID);
|
||||
poiEntity.setPhoto(fileListByUUID.size()+"");
|
||||
}
|
||||
}
|
||||
return poiEntity;
|
||||
|
||||
Reference in New Issue
Block a user