@ -44,7 +44,7 @@ public interface BsUserSpreadRelMapperExt {
" where 1 = 1" +
" <if test='param.phone != null'> and c.phone like concat('%',#{param.phone},'%') </if>" +
" GROUP BY c.id" +
" ORDER BY a.create_time desc" +
" ORDER BY spreadCount desc" +
"</script>")
List<HashMap<String,Object>> getUserSpreadList(@Param("param") Map<String,Object> param);