소스 검색

快手、头条账户视频报表更换application库数据

zhaoxian 3 년 전
부모
커밋
18a98d5eaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/common/constant/AccountReportConstants.java

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

@@ -1471,7 +1471,7 @@ public class AccountReportConstants {
         return JsonResourceUtil.jsonToMap(jsonByVideo);
     }
     public static Map<String, Map<String, Object>> getDicMapByVideo2(){
-        Object jsonByVideo = JSON.parseObject(BYTEDANCE_VIDEO_REPORT_MAPPING_JSON);
+        Object jsonByVideo = JSON.parseObject(BYTEDANCE_VIDEO_REPORT_MAPPING_JSON2);
         return JsonResourceUtil.jsonToMap(jsonByVideo);
     }
     public static Map<String, Map<String, Object>> getDicMapByVideoNew(){