|
@@ -7,6 +7,7 @@
|
|
<select id="getKuaishouUnitReportHourly" resultType="org.jeecg.ctop.material.entity.KuaishouUnitReportHourlyPojo">
|
|
<select id="getKuaishouUnitReportHourly" resultType="org.jeecg.ctop.material.entity.KuaishouUnitReportHourlyPojo">
|
|
SELECT
|
|
SELECT
|
|
*,
|
|
*,
|
|
|
|
+ charge as cost,
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|
|
@@ -30,6 +31,7 @@
|
|
<select id="getKuaishouUnitReportDaily" resultType="org.jeecg.ctop.material.entity.KuaishouUnitReportHourlyPojo">
|
|
<select id="getKuaishouUnitReportDaily" resultType="org.jeecg.ctop.material.entity.KuaishouUnitReportHourlyPojo">
|
|
SELECT
|
|
SELECT
|
|
*,
|
|
*,
|
|
|
|
+ charge as cost,
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
CONCAT(ROUND(download_started / bclick * 100,2) ,'%') as downloadStartRate,
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
ROUND(download_started / bclick * 100,2) as downloadStartCost,
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|
|
CONCAT(ROUND(download_completed / download_started * 100,2) ,'%') as downloadFinishRate,
|