智慧保安后台管理-外网项目备份
zhongrj
2023-09-17 8853292babb2ad94de4a3207966f1e83b767cd2d
src/main/java/org/springblade/modules/member/mapper/MemberMapper.xml
@@ -13,6 +13,8 @@
        <result column="creditCode" property="creditcode"/>
        <result column="rtime" property="rtime"/>
        <result column="dept_id" property="deptId"/>
        <result column="education" property="education"/>
        <result column="paper" property="paper"/>
    </resultMap>
@@ -30,6 +32,9 @@
        <if test="member.deptId!=null and member.deptId!=''" >
            and dept_id=#{member.deptId}
        </if>
        <if test="member.education!=null" >
            and education=#{member.education}
        </if>
        <if test="member.name!=null and member.name!=''" >
            and name like concat ('%',#{member.name},'%')
        </if>