xieb
2025-01-09 8a591448377eff009b0b57d430f63f3f3db42e4c
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -55,7 +55,7 @@
            and user_type = #{user.userType}
        </if>
        <if test="user.phone!=null and user.phone != ''">
            and phone = #{user.phone}
            and phone like concat('%', #{user.phone},'%')
        </if>
        <if test="user.postId!=null and user.postId != ''">
            and post_id = #{user.postId}