songyh 3 лет назад
Родитель
Сommit
58dd09b8cb

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/toutiao/modules/report/mapper/xml/BytedanceVideoReportMapper.xml

@@ -16,7 +16,7 @@
         t1.material_name AS materialName,
         t1.project_name AS projectName,
         t1.material_create_time AS createTime,
-        sum (t1.material_show) as showMaterial,
+        sum(t1.material_show) as showMaterial,
         ${filed}
         FROM
         etl_report_bytedance_video t1