linwe
2023-12-22 a780f6a807fd1a56f5f1ed8045407bf7e39cda2a
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -42,6 +42,9 @@
        <if test="user.realName!=null and user.realName != ''">
            and real_name like concat('%',#{user.realName},'%')
        </if>
        <if test="user.name!=null and user.name != ''">
            and name like concat('%',#{user.name},'%')
        </if>
        <if test="user.userType!=null and user.userType != ''">
            and user_type = #{user.userType}
        </if>