Browse Source

媒体数据报表的更新

Signed-off-by: you.chen <you.chen@cloudcross.com>
you.chen 9 years ago
parent
commit
666834a58f

+ 1 - 1
src/main/resources/template/excel/dataReportBack.ftl

@@ -72,7 +72,7 @@
 <#if dataList ??>
      <#list dataList as deliverAnalysis>   
 		   <Row>
-		   	 <Cell><Data ss:Type="String">${deliverAnalysis.reportDate?string('yyyy/MM/dd')}  <#if deliverAnalysis.hour ??>: ${deliverAnalysis.hour!} 点</#if></Data></Cell>
+		   	 <Cell><Data ss:Type="String">${deliverAnalysis.reportDate?string('yyyy/MM/dd')}  <#if deliverAnalysis.hour ??> ${deliverAnalysis.hour!} 点</#if></Data></Cell>
 	   		<Cell><Data ss:Type="String">${deliverAnalysis.pv!}</Data></Cell>
 	    	<Cell><Data ss:Type="String">${deliverAnalysis.uv!}</Data></Cell>
 	    	<Cell><Data ss:Type="String">${deliverAnalysis.impression!}</Data></Cell>

+ 1 - 1
src/main/resources/template/excel/dataReportOperator.ftl

@@ -72,7 +72,7 @@
 <#if dataList ??>
      <#list dataList as deliverAnalysis>   
 		   <Row>
-		   	 <Cell><Data ss:Type="String">${deliverAnalysis.reportDate?string('yyyy/MM/dd')}  <#if deliverAnalysis.hour ??>: ${deliverAnalysis.hour!} 点</#if></Data></Cell>
+		   	 <Cell><Data ss:Type="String">${deliverAnalysis.reportDate?string('yyyy/MM/dd')}  <#if deliverAnalysis.hour ??> ${deliverAnalysis.hour!} 点</#if></Data></Cell>
 	   		<Cell><Data ss:Type="String">${deliverAnalysis.pv!}</Data></Cell>
 	    	<Cell><Data ss:Type="String">${deliverAnalysis.uv!}</Data></Cell>
 	    	<Cell><Data ss:Type="String">${deliverAnalysis.impression!}</Data></Cell>

+ 1 - 1
src/main/webapp/WEB-INF/pages/back/main/ad/operator/operator-report.ftl

@@ -115,7 +115,7 @@
 			        	<#if reportList ??>
 			            <#list reportList as report>
 				        <tr id="tbodyTr">
-				        	<td class="tbodyTd">${report.reportDate!?string('yyyy/MM/dd')} <#if report.hour ??>: ${report.hour!} 点</#if></td> 
+				        	<td class="tbodyTd">${report.reportDate!?string('yyyy/MM/dd')} <#if report.hour ??> ${report.hour!} 点</#if></td> 
 				            <td class="tbodyTd">${report.pv!}</td>
 				            <td class="tbodyTd">${report.uv!}</td>
 				            <td class="tbodyTd">${report.impression!}</td>

+ 1 - 1
src/main/webapp/WEB-INF/pages/operator/main/ad/report/advertiser-report.ftl

@@ -107,7 +107,7 @@
 			        	<#if reportList ??>
 			            <#list reportList as report>
 				        <tr id="tbodyTr">
-				        	<td class="tbodyTd">${report.reportDate!?string('yyyy/MM/dd')} <#if report.hour ??>: ${report.hour!} 点</#if></td> 
+				        	<td class="tbodyTd">${report.reportDate!?string('yyyy/MM/dd')} <#if report.hour ??> ${report.hour!} 点</#if></td> 
 				            <td class="tbodyTd">${report.pv!}</td>
 				            <td class="tbodyTd">${report.uv!}</td>
 				            <td class="tbodyTd">${report.impression!}</td>