智慧保安后台管理项目备份
zengh
2021-08-15 8b3ac9f3de16b64593df8b1d3a812da7e72babc3
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -43,6 +43,8 @@
        <result column="examinationMx" property="examinationMx"/>
        <result column="fingerprint" property="fingerprint"/>
        <result column="photo" property="photo"/>
        <result column="dispatch" property="dispatch"/>
        <result column="my_picture" property="myPicture"/>
    </resultMap>
    <select id="selectUserPage" resultMap="userResultMap">
@@ -174,4 +176,9 @@
        update blade_user set hold=#{hold} where cardid=#{cardid}
    </update>
    <!--查询所有未注销用户-->
    <select id="getAllUserList" resultType="org.springblade.modules.system.entity.User">
        select id,cardid from blade_user where is_deleted = 0
    </select>
</mapper>