| | |
| | | <result column="examination_mx" property="examination_mx"/> |
| | | <result column="audit_time" property="auditTime"/> |
| | | <result column="address" property="address"/> |
| | | <result column="team" property="team"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | |
| | | <!--注册新增--> |
| | | <insert id="inster" useGeneratedKeys="true" keyProperty="id" keyColumn="id"> |
| | | insert into act_zc(username, password, sname, sex, phone, zctime, deptid, parent_id, jurisdiction, cardid,address,workaddress, workjurisdiction, signals,job_unit) |
| | | insert into act_zc(username, password, sname, sex, phone, zctime, deptid, parent_id, jurisdiction, cardid,address,workaddress, workjurisdiction, signals,job_unit,team) |
| | | values (#{username}, #{password}, #{sname}, #{sex}, #{phone}, #{zctime}, #{deptid}, #{parentId}, |
| | | #{jurisdiction}, #{cardid},#{address},#{workaddress},#{workjurisdiction},#{signals},#{jobUnit}) |
| | | #{jurisdiction}, #{cardid},#{address},#{workaddress},#{workjurisdiction},#{signals},#{jobUnit},#{team}) |
| | | </insert> |
| | | |
| | | <select id="selectType" resultType="String"> |