提交代码

dev
胡锐 6 days ago
parent 3ab085b4bc
commit c5b23ff7c6
  1. 2
      service/src/main/java/com/hfkj/dao/BsGasOrderMapperExt.java

@ -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);
} }

Loading…
Cancel
Save