ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AppUserMapper.xml
@@ -63,6 +63,9 @@ <if test="null != appUser.phone and '' != appUser.phone"> and ta.phone like CONCAT('%',#{appUser.phone},'%') </if> <if test="null != appUser.status"> and ta.status = #{appUser.status} </if> <if test="null != appUser.vipId"> and ta.vip_id = #{appUser.vipId} </if> @@ -73,6 +76,7 @@ </foreach> </if> </where> order by ta.is_danger desc </select> </mapper>