Преглед на файлове

BytedanceReportMaterialDailyMapper.xml中的sql的material_id转字符串触发索引

huangxuechao преди 4 години
родител
ревизия
c79d7c8d52

+ 1 - 1
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/report/mapper/xml/BytedanceReportMaterialDailyMapper.xml

@@ -6,7 +6,7 @@
     <select id="selectMaterialDailyReportByAccountId" resultType="java.util.HashMap">
         SELECT
             video.video_url as videoUrl,
-            report.material_id as materialId,
+            concat(report.material_id,'') as materialId,
             report.cost,
             report.show_material as showMaterial,
             report.click,