用户查询接口支持id查询
This commit is contained in:
@@ -29,6 +29,9 @@ public interface ShopUserMapper extends BaseMapper<TbShopUser> {
|
||||
"<if test='isVip != null'>" +
|
||||
"AND su.is_vip=#{isVip} " +
|
||||
"</if>" +
|
||||
"<if test='param.id != null'>" +
|
||||
"AND su.id=#{param.id}" +
|
||||
"</if>" +
|
||||
"</where>" +
|
||||
"order by su.created_at" +
|
||||
"</script>")
|
||||
|
||||
Reference in New Issue
Block a user