linwe
2023-12-22 0c29964e2a69410f15ccf4271aa9180012737f71
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>