src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
@@ -39,7 +39,7 @@ <!--注册新增--> <insert id="inster"> insert into act_zc(username,password,sname,sex,phone,zctime,deptid) values(#{username},#{password},#{sname},#{sex},#{phone},#{zctime},#{deptid}) insert into act_zc(username,password,sname,sex,phone,zctime,deptid,parent_id,jurisdiction) values(#{username},#{password},#{sname},#{sex},#{phone},#{zctime},#{deptid},#{parentId},#{jurisdiction}) </insert> <select id="selectType" resultType="String">