diff --git a/ruoyi-abuwx/src/main/resources/mapper/abuwx/AbucoderWxuserMapper.xml b/ruoyi-abuwx/src/main/resources/mapper/abuwx/AbucoderWxuserMapper.xml index 10f4c27..dfeb63f 100644 --- a/ruoyi-abuwx/src/main/resources/mapper/abuwx/AbucoderWxuserMapper.xml +++ b/ruoyi-abuwx/src/main/resources/mapper/abuwx/AbucoderWxuserMapper.xml @@ -25,6 +25,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and openid = #{openid} + and nickname like concat('%', #{nickname}, '%') and gender = #{gender}