Parcourir la source

修改账户日报拉取数据时间周期

songyh il y a 3 ans
Parent
commit
0d7b70f2ba

+ 2 - 2
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -67,7 +67,7 @@ spring:
   autoconfigure:
     exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
   datasource:
-    url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+    url: jdbc:mysql://172.30.0.4:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
     username: hcst
     password: hcst@2020
     driver-class-name: com.mysql.jdbc.Driver
@@ -106,7 +106,7 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+          url: jdbc:mysql://172.30.0.4:3390/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
           username: hcst
           password: hcst@2020
           driver-class-name: com.mysql.jdbc.Driver

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/report/mapper/xml/EtlKuaishouAccountMaterialReportDailyMapper.xml

@@ -230,11 +230,11 @@
             and uc.company_name is not null
             and (video.company_name is null or video.company_name = '')
     </update>
-    <update id="etlKuaishouVideoTypeZz">
+    <update id="etlKuaishouVideoTypeZr">
         update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
             set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z01%' and cbvei.video_type is null
     </update>
-    <update id="etlKuaishouVideoTypeZr">
+    <update id="etlKuaishouVideoTypeZz">
         update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
             set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z02%' and cbvei.video_type is null
     </update>