智慧保安后台管理-外网
Administrator
2021-11-27 a19eb9f3c3d07363830a274fc0493d311b1a85f8
src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
@@ -48,10 +48,17 @@
        values (#{username}, #{password}, #{sname}, #{cardid}, #{zctime}, #{deptid})
    </insert>
    <!--根据用户名用户注册信息-->
    <select id="selectType" resultType="String">
        select type
        from act_zc
        where username = #{param1}
    </select>
    <!--根据用户名查询注册用户注册信息-->
    <select id="getAuditSuccessInfo" resultType="org.springblade.modules.zc.entity.Zc">
        select * from act_zc
        where username = #{param1}
    </select>
</mapper>