Forráskód Böngészése

修改素材报表

yumeng 4 éve
szülő
commit
09fd8c7613

+ 1 - 0
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouReportDailyMaterialServiceImpl.java

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