| | |
| | | <result column="zctime" property="zctime"/> |
| | | <result column="type" property="type"/> |
| | | <result column="deptid" property="deptid"/> |
| | | <result column="parentId" property="parentId"/> |
| | | <result column="parent_id" property="parentId"/> |
| | | <result column="jurisdiction" property="jurisdiction"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | |
| | | <!--注册新增--> |
| | | <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"> |