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