智慧保安后台管理-外网
tangzy
2021-09-24 efafaeb3ba1b38273fdcd7009beaaa41afa5a0a0
src/main/java/org/springblade/modules/social/mapper/SocialMapper.xml
@@ -31,6 +31,9 @@
        <if test="social.realname!=null and social.realname!=''">
            and u.real_name like concat(concat('%', #{social.realname}),'%')
        </if>
        <if test="social.namb!=null and social.namb!=''">
            and s.namb=#{social.namb}
        </if>
        <if test="social.deptid!=null and social.deptid!=''">
            and s.deptid=#{social.deptid}
        </if>