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