|
@@ -83,6 +83,7 @@ public class KuaiShouReportDailyMaterialServiceImpl extends ServiceImpl<KuaiShou
|
|
|
detailJson.put("photo_like", detailJson.getInteger("like"));
|
|
|
detailJson.put("photo_share", detailJson.getInteger("share"));
|
|
|
detailJson.put("photo_comment", detailJson.getInteger("comment"));
|
|
|
+ detailJson.put("photo_show", detailJson.getInteger("show"));
|
|
|
KuaiShouReportDailyMaterial material = JSONObject.toJavaObject(detailJson, KuaiShouReportDailyMaterial.class);
|
|
|
VideoGetvo videoGetvo = dailyMaterialMapper.getVideoGetByPhotoId(material.getPhotoId());
|
|
|
if (!Check.isNull(videoGetvo)) {
|