南昌市物联网技防平台-公安版
blade-service/blade-user/src/main/java/org/springblade/system/user/mapper/UserMapper.xml
@@ -164,6 +164,10 @@
            <bind name="realName" value="'%'+user.realName+'%'"/>
            and bu.real_name like #{realName}
        </if>
        <if test="user.account!=null and user.account !=''">
            <bind name="account" value="'%'+user.account+'%'"/>
            and bu.account like #{account}
        </if>
        <if test="user.code!=null">
            <bind name="code" value="'%'+user.code+'%'"/>
            and bu.code like #{code}