智慧保安后台管理-外网项目备份
tangzy
2021-09-16 0af331c7df1f4e3365b3cb5abd60eaaa09807513
1.社保
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/social/mapper/SocialMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/social/mapper/SocialMapper.xml
@@ -28,8 +28,8 @@
        FROM
        sys_socil s
        LEFT JOIN blade_user u ON s.namb = u.id where 1=1
        <if test="social.namb!=null and social.namb!=''">
            and s.namb=#{social.namb}
        <if test="social.realname!=null and social.realname!=''">
            and u.real_name like concat(concat('%', #{social.realname}),'%')
        </if>
        <if test="social.deptid!=null and social.deptid!=''">
            and s.deptid=#{social.deptid}