|
@@ -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,
|