智慧保安后台管理-外网项目备份
tangzy
2021-09-16 a6771266c7a419a9c5c9fa0040f5702f4ab3ac3c
社保
1 files modified
3 ■■■■■ changed files
src/main/java/org/springblade/modules/social/mapper/SocialMapper.xml 3 ●●●●● patch | view | raw | blame | history
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>