@@ -101,7 +101,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
parameter = "SUBSTRING_INDEX(t1.video_sales,'-',1)+0";
break;
case "total_sale":
- parameter = "SUBSTRING_INDEX(t1.total_sale,'-',1)+0";
+ parameter = "SUBSTRING_INDEX(t1.total_sale,'-',-1)+0";
}