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