@ -184,7 +184,7 @@ public interface BsGasOrderMapperExt {
" ) b on b.mer_id = a.id" +
" where 1 = 1 " +
" <if test='channelType != null'> and a.source_type = #{channelType} </if>" +
" ORDER BY totalCountRatio desc" +
" ORDER BY totalPriceRatio desc" +
"</script>")
List<HashMap<String,Object>> countOrderRatio(Integer channelType, String startTime,Integer days);
}