Browse Source

头条视频报表导出,展示数bug修改。

yangzian 3 years ago
parent
commit
facc366fc0

+ 4 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/common/constant/AccountReportConstants.java

@@ -909,6 +909,10 @@ public class AccountReportConstants {
             "    \"filed\": \"IFNULL(sum(t1.share_material),0) as shareMaterial \",\n" +
             "    \"comment\": \"分享数\"\n" +
             "  }\n" +
+             "  \"showMaterial\": {\n" +
+            "    \"filed\": \"IFNULL(t1.material_show, 0 ) AS material_show \",\n" +
+            "    \"comment\": \"展示数\"\n" +
+            "  }\n" +
             "}";
     public static Map<String, Map<String, Object>> getDictMapBy(){
         JSONObject jsonBy = JSON.parseObject(BYTEDANCE_FILED_MAPPING_JSON);