修复分销推广人排序失效的问题
This commit is contained in:
@ -37,7 +37,7 @@ public interface UserMapper extends CoreMapper<YxUser> {
|
|||||||
" #{id}" +
|
" #{id}" +
|
||||||
" </foreach> <if test='keyword != null'>" +
|
" </foreach> <if test='keyword != null'>" +
|
||||||
" AND ( u.nickname LIKE CONCAT(CONCAT('%',#{keyword}),'%') OR u.phone LIKE CONCAT(CONCAT('%',#{keyword}),'%'))</if>" +
|
" AND ( u.nickname LIKE CONCAT(CONCAT('%',#{keyword}),'%') OR u.phone LIKE CONCAT(CONCAT('%',#{keyword}),'%'))</if>" +
|
||||||
" GROUP BY u.uid ORDER BY #{orderByStr} " +
|
" GROUP BY u.uid ORDER BY ${orderByStr} " +
|
||||||
"</script>")
|
"</script>")
|
||||||
List<PromUserDto> getUserSpreadCountList(Page page,
|
List<PromUserDto> getUserSpreadCountList(Page page,
|
||||||
@Param("uids") List uids,
|
@Param("uids") List uids,
|
||||||
|
Reference in New Issue
Block a user