|
@@ -71,7 +71,7 @@
|
|
|
</select>
|
|
|
|
|
|
<select id="getPromoterVideoInfo" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
- SELECT IFNULL(avgVideoSales, 0.0) as 'avgVideoSales', IFNULL(videoSales, 0.0) as 'videoSales''
|
|
|
+ SELECT IFNULL(avgVideoSales, 0.0) as 'avgVideoSales', IFNULL(videoSales, 0.0) as 'videoSales'
|
|
|
from kwai_promoter.kwai_promoter_base_info
|
|
|
WHERE promoterId = #{promoterId}
|
|
|
</select>
|