修复分销推广人排序失效的问题

This commit is contained in:
hupeng
2023-12-06 11:10:27 +08:00
parent 2bc4abbc3d
commit 3f0117f8b1

View File

@ -37,7 +37,7 @@ public interface UserMapper extends CoreMapper<YxUser> {
" #{id}" +
" </foreach> <if test='keyword != null'>" +
" 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>")
List<PromUserDto> getUserSpreadCountList(Page page,
@Param("uids") List uids,