Browse Source

达人视频销售信息接口

zhaoxian 2 năm trước cách đây
mục cha
commit
58953f2703

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/KuaishouPromoterMapper.xml

@@ -71,7 +71,7 @@
     </select>
     </select>
 
 
     <select id="getPromoterVideoInfo" resultType="com.alibaba.fastjson.JSONObject">
     <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
         from kwai_promoter.kwai_promoter_base_info
         WHERE promoterId = #{promoterId}
         WHERE promoterId = #{promoterId}
     </select>
     </select>