|
@@ -2,40 +2,42 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.ghsc.partybuild.mapper.LwLeaderteamMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.ghsc.partybuild.model.LwLeaderteam">
|
|
|
- <id column="leaderTeamId" jdbcType="VARCHAR" property="leaderTeamId" />
|
|
|
+ <id column="leaderTeamId" jdbcType="VARCHAR" property="leaderteamid" />
|
|
|
<result column="name" jdbcType="VARCHAR" property="name" />
|
|
|
<result column="no" jdbcType="VARCHAR" property="no" />
|
|
|
- <result column="leaderTeamType" jdbcType="INTEGER" property="leaderTeamType" />
|
|
|
+ <result column="leaderTeamType" jdbcType="INTEGER" property="leaderteamtype" />
|
|
|
<result column="sex" jdbcType="INTEGER" property="sex" />
|
|
|
- <result column="birthDate" jdbcType="DATE" property="birthDate" />
|
|
|
- <result column="nativePlace" jdbcType="VARCHAR" property="nativePlace" />
|
|
|
- <result column="politicsStatus" jdbcType="INTEGER" property="politicsStatus" />
|
|
|
- <result column="departmentName" jdbcType="VARCHAR" property="departmentName" />
|
|
|
+ <result column="birthDate" jdbcType="DATE" property="birthdate" />
|
|
|
+ <result column="nativePlace" jdbcType="VARCHAR" property="nativeplace" />
|
|
|
+ <result column="politicsStatus" jdbcType="INTEGER" property="politicsstatus" />
|
|
|
+ <result column="departmentName" jdbcType="VARCHAR" property="departmentname" />
|
|
|
<result column="position" jdbcType="VARCHAR" property="position" />
|
|
|
- <result column="positionLevel" jdbcType="INTEGER" property="positionLevel" />
|
|
|
- <result column="nowPositionDate" jdbcType="DATE" property="nowPositionDate" />
|
|
|
- <result column="samePositionDate" jdbcType="DATE" property="samePositionDate" />
|
|
|
- <result column="joinDate" jdbcType="DATE" property="joinDate" />
|
|
|
- <result column="workDate" jdbcType="DATE" property="workDate" />
|
|
|
- <result column="educationType" jdbcType="INTEGER" property="educationType" />
|
|
|
- <result column="qualificationType" jdbcType="INTEGER" property="qualificationType" />
|
|
|
- <result column="professionalType" jdbcType="INTEGER" property="professionalType" />
|
|
|
- <result column="undergraduateProfessional" jdbcType="VARCHAR" property="undergraduateProfessional" />
|
|
|
- <result column="masterProfessional" jdbcType="VARCHAR" property="masterProfessional" />
|
|
|
+ <result column="positionLevel" jdbcType="INTEGER" property="positionlevel" />
|
|
|
+ <result column="nowPositionDate" jdbcType="DATE" property="nowpositiondate" />
|
|
|
+ <result column="samePositionDate" jdbcType="DATE" property="samepositiondate" />
|
|
|
+ <result column="joinDate" jdbcType="DATE" property="joindate" />
|
|
|
+ <result column="workDate" jdbcType="DATE" property="workdate" />
|
|
|
+ <result column="educationType" jdbcType="INTEGER" property="educationtype" />
|
|
|
+ <result column="qualificationType" jdbcType="INTEGER" property="qualificationtype" />
|
|
|
+ <result column="professionalType" jdbcType="INTEGER" property="professionaltype" />
|
|
|
+ <result column="undergraduateProfessional" jdbcType="VARCHAR" property="undergraduateprofessional" />
|
|
|
+ <result column="masterProfessional" jdbcType="VARCHAR" property="masterprofessional" />
|
|
|
<result column="remark" jdbcType="VARCHAR" property="remark" />
|
|
|
- <result column="createTime" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
- <result column="createUserId" jdbcType="VARCHAR" property="createUserId" />
|
|
|
- <result column="updateTime" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
- <result column="updateUserId" jdbcType="VARCHAR" property="updateUserId" />
|
|
|
- <result column="jobTitle" jdbcType="VARCHAR" property="jobTitle" />
|
|
|
+ <result column="createTime" jdbcType="TIMESTAMP" property="createtime" />
|
|
|
+ <result column="createUserId" jdbcType="VARCHAR" property="createuserid" />
|
|
|
+ <result column="updateTime" jdbcType="TIMESTAMP" property="updatetime" />
|
|
|
+ <result column="updateUserId" jdbcType="VARCHAR" property="updateuserid" />
|
|
|
+ <result column="jobTitle" jdbcType="VARCHAR" property="jobtitle" />
|
|
|
<result column="birthplace" jdbcType="VARCHAR" property="birthplace" />
|
|
|
- <result column="graduationSchoolMajor" jdbcType="VARCHAR" property="graduationSchoolMajor" />
|
|
|
- <result column="inJobEducationType" jdbcType="INTEGER" property="inJobEducationType" />
|
|
|
- <result column="inJobQualificationType" jdbcType="INTEGER" property="inJobQualificationType" />
|
|
|
- <result column="inJobGraduationSchoolMajor" jdbcType="VARCHAR" property="inJobGraduationSchoolMajor" />
|
|
|
+ <result column="graduationSchoolMajor" jdbcType="VARCHAR" property="graduationschoolmajor" />
|
|
|
+ <result column="inJobEducationType" jdbcType="INTEGER" property="injobeducationtype" />
|
|
|
+ <result column="inJobQualificationType" jdbcType="INTEGER" property="injobqualificationtype" />
|
|
|
+ <result column="inJobGraduationSchoolMajor" jdbcType="VARCHAR" property="injobgraduationschoolmajor" />
|
|
|
+ <result column="party" jdbcType="VARCHAR" property="party" />
|
|
|
+ <result column="engageDate" jdbcType="DATE" property="engagedate" />
|
|
|
</resultMap>
|
|
|
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.ghsc.partybuild.model.LwLeaderteam">
|
|
|
- <result column="workExperience" jdbcType="LONGVARCHAR" property="workExperience" />
|
|
|
+ <result column="workExperience" jdbcType="LONGVARCHAR" property="workexperience" />
|
|
|
</resultMap>
|
|
|
<sql id="Example_Where_Clause">
|
|
|
<where>
|
|
@@ -100,7 +102,8 @@
|
|
|
departmentName, position, positionLevel, nowPositionDate, samePositionDate, joinDate,
|
|
|
workDate, educationType, qualificationType, professionalType, undergraduateProfessional,
|
|
|
masterProfessional, remark, createTime, createUserId, updateTime, updateUserId, jobTitle,
|
|
|
- birthplace, graduationSchoolMajor, inJobEducationType, inJobQualificationType, inJobGraduationSchoolMajor
|
|
|
+ birthplace, graduationSchoolMajor, inJobEducationType, inJobQualificationType, inJobGraduationSchoolMajor,
|
|
|
+ party, engageDate
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
|
workExperience
|
|
@@ -141,11 +144,11 @@
|
|
|
,
|
|
|
<include refid="Blob_Column_List" />
|
|
|
from lw_leaderteam
|
|
|
- where leaderTeamId = #{leaderTeamId,jdbcType=VARCHAR}
|
|
|
+ where leaderTeamId = #{leaderteamid,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
delete from lw_leaderteam
|
|
|
- where leaderTeamId = #{leaderTeamId,jdbcType=VARCHAR}
|
|
|
+ where leaderTeamId = #{leaderteamid,jdbcType=VARCHAR}
|
|
|
</delete>
|
|
|
<delete id="deleteByExample" parameterType="com.ghsc.partybuild.model.LwLeaderteamExample">
|
|
|
delete from lw_leaderteam
|
|
@@ -165,24 +168,26 @@
|
|
|
updateTime, updateUserId, jobTitle,
|
|
|
birthplace, graduationSchoolMajor, inJobEducationType,
|
|
|
inJobQualificationType, inJobGraduationSchoolMajor,
|
|
|
- workExperience)
|
|
|
- values (#{leaderTeamId,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{no,jdbcType=VARCHAR},
|
|
|
- #{leaderTeamType,jdbcType=INTEGER}, #{sex,jdbcType=INTEGER}, #{birthDate,jdbcType=DATE},
|
|
|
- #{nativePlace,jdbcType=VARCHAR}, #{politicsStatus,jdbcType=INTEGER}, #{departmentName,jdbcType=VARCHAR},
|
|
|
- #{position,jdbcType=VARCHAR}, #{positionLevel,jdbcType=INTEGER}, #{nowPositionDate,jdbcType=DATE},
|
|
|
- #{samePositionDate,jdbcType=DATE}, #{joinDate,jdbcType=DATE}, #{workDate,jdbcType=DATE},
|
|
|
- #{educationType,jdbcType=INTEGER}, #{qualificationType,jdbcType=INTEGER}, #{professionalType,jdbcType=INTEGER},
|
|
|
- #{undergraduateProfessional,jdbcType=VARCHAR}, #{masterProfessional,jdbcType=VARCHAR},
|
|
|
- #{remark,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{createUserId,jdbcType=VARCHAR},
|
|
|
- #{updateTime,jdbcType=TIMESTAMP}, #{updateUserId,jdbcType=VARCHAR}, #{jobTitle,jdbcType=VARCHAR},
|
|
|
- #{birthplace,jdbcType=VARCHAR}, #{graduationSchoolMajor,jdbcType=VARCHAR}, #{inJobEducationType,jdbcType=INTEGER},
|
|
|
- #{inJobQualificationType,jdbcType=INTEGER}, #{inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- #{workExperience,jdbcType=LONGVARCHAR})
|
|
|
+ party, engageDate, workExperience
|
|
|
+ )
|
|
|
+ values (#{leaderteamid,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR}, #{no,jdbcType=VARCHAR},
|
|
|
+ #{leaderteamtype,jdbcType=INTEGER}, #{sex,jdbcType=INTEGER}, #{birthdate,jdbcType=DATE},
|
|
|
+ #{nativeplace,jdbcType=VARCHAR}, #{politicsstatus,jdbcType=INTEGER}, #{departmentname,jdbcType=VARCHAR},
|
|
|
+ #{position,jdbcType=VARCHAR}, #{positionlevel,jdbcType=INTEGER}, #{nowpositiondate,jdbcType=DATE},
|
|
|
+ #{samepositiondate,jdbcType=DATE}, #{joindate,jdbcType=DATE}, #{workdate,jdbcType=DATE},
|
|
|
+ #{educationtype,jdbcType=INTEGER}, #{qualificationtype,jdbcType=INTEGER}, #{professionaltype,jdbcType=INTEGER},
|
|
|
+ #{undergraduateprofessional,jdbcType=VARCHAR}, #{masterprofessional,jdbcType=VARCHAR},
|
|
|
+ #{remark,jdbcType=VARCHAR}, #{createtime,jdbcType=TIMESTAMP}, #{createuserid,jdbcType=VARCHAR},
|
|
|
+ #{updatetime,jdbcType=TIMESTAMP}, #{updateuserid,jdbcType=VARCHAR}, #{jobtitle,jdbcType=VARCHAR},
|
|
|
+ #{birthplace,jdbcType=VARCHAR}, #{graduationschoolmajor,jdbcType=VARCHAR}, #{injobeducationtype,jdbcType=INTEGER},
|
|
|
+ #{injobqualificationtype,jdbcType=INTEGER}, #{injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ #{party,jdbcType=VARCHAR}, #{engagedate,jdbcType=DATE}, #{workexperience,jdbcType=LONGVARCHAR}
|
|
|
+ )
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.ghsc.partybuild.model.LwLeaderteam">
|
|
|
insert into lw_leaderteam
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
- <if test="leaderTeamId != null">
|
|
|
+ <if test="leaderteamid != null">
|
|
|
leaderTeamId,
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
@@ -191,97 +196,103 @@
|
|
|
<if test="no != null">
|
|
|
no,
|
|
|
</if>
|
|
|
- <if test="leaderTeamType != null">
|
|
|
+ <if test="leaderteamtype != null">
|
|
|
leaderTeamType,
|
|
|
</if>
|
|
|
<if test="sex != null">
|
|
|
sex,
|
|
|
</if>
|
|
|
- <if test="birthDate != null">
|
|
|
+ <if test="birthdate != null">
|
|
|
birthDate,
|
|
|
</if>
|
|
|
- <if test="nativePlace != null">
|
|
|
+ <if test="nativeplace != null">
|
|
|
nativePlace,
|
|
|
</if>
|
|
|
- <if test="politicsStatus != null">
|
|
|
+ <if test="politicsstatus != null">
|
|
|
politicsStatus,
|
|
|
</if>
|
|
|
- <if test="departmentName != null">
|
|
|
+ <if test="departmentname != null">
|
|
|
departmentName,
|
|
|
</if>
|
|
|
<if test="position != null">
|
|
|
position,
|
|
|
</if>
|
|
|
- <if test="positionLevel != null">
|
|
|
+ <if test="positionlevel != null">
|
|
|
positionLevel,
|
|
|
</if>
|
|
|
- <if test="nowPositionDate != null">
|
|
|
+ <if test="nowpositiondate != null">
|
|
|
nowPositionDate,
|
|
|
</if>
|
|
|
- <if test="samePositionDate != null">
|
|
|
+ <if test="samepositiondate != null">
|
|
|
samePositionDate,
|
|
|
</if>
|
|
|
- <if test="joinDate != null">
|
|
|
+ <if test="joindate != null">
|
|
|
joinDate,
|
|
|
</if>
|
|
|
- <if test="workDate != null">
|
|
|
+ <if test="workdate != null">
|
|
|
workDate,
|
|
|
</if>
|
|
|
- <if test="educationType != null">
|
|
|
+ <if test="educationtype != null">
|
|
|
educationType,
|
|
|
</if>
|
|
|
- <if test="qualificationType != null">
|
|
|
+ <if test="qualificationtype != null">
|
|
|
qualificationType,
|
|
|
</if>
|
|
|
- <if test="professionalType != null">
|
|
|
+ <if test="professionaltype != null">
|
|
|
professionalType,
|
|
|
</if>
|
|
|
- <if test="undergraduateProfessional != null">
|
|
|
+ <if test="undergraduateprofessional != null">
|
|
|
undergraduateProfessional,
|
|
|
</if>
|
|
|
- <if test="masterProfessional != null">
|
|
|
+ <if test="masterprofessional != null">
|
|
|
masterProfessional,
|
|
|
</if>
|
|
|
<if test="remark != null">
|
|
|
remark,
|
|
|
</if>
|
|
|
- <if test="createTime != null">
|
|
|
+ <if test="createtime != null">
|
|
|
createTime,
|
|
|
</if>
|
|
|
- <if test="createUserId != null">
|
|
|
+ <if test="createuserid != null">
|
|
|
createUserId,
|
|
|
</if>
|
|
|
- <if test="updateTime != null">
|
|
|
+ <if test="updatetime != null">
|
|
|
updateTime,
|
|
|
</if>
|
|
|
- <if test="updateUserId != null">
|
|
|
+ <if test="updateuserid != null">
|
|
|
updateUserId,
|
|
|
</if>
|
|
|
- <if test="jobTitle != null">
|
|
|
+ <if test="jobtitle != null">
|
|
|
jobTitle,
|
|
|
</if>
|
|
|
<if test="birthplace != null">
|
|
|
birthplace,
|
|
|
</if>
|
|
|
- <if test="graduationSchoolMajor != null">
|
|
|
+ <if test="graduationschoolmajor != null">
|
|
|
graduationSchoolMajor,
|
|
|
</if>
|
|
|
- <if test="inJobEducationType != null">
|
|
|
+ <if test="injobeducationtype != null">
|
|
|
inJobEducationType,
|
|
|
</if>
|
|
|
- <if test="inJobQualificationType != null">
|
|
|
+ <if test="injobqualificationtype != null">
|
|
|
inJobQualificationType,
|
|
|
</if>
|
|
|
- <if test="inJobGraduationSchoolMajor != null">
|
|
|
+ <if test="injobgraduationschoolmajor != null">
|
|
|
inJobGraduationSchoolMajor,
|
|
|
</if>
|
|
|
- <if test="workExperience != null">
|
|
|
+ <if test="party != null">
|
|
|
+ party,
|
|
|
+ </if>
|
|
|
+ <if test="engagedate != null">
|
|
|
+ engageDate,
|
|
|
+ </if>
|
|
|
+ <if test="workexperience != null">
|
|
|
workExperience,
|
|
|
</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
- <if test="leaderTeamId != null">
|
|
|
- #{leaderTeamId,jdbcType=VARCHAR},
|
|
|
+ <if test="leaderteamid != null">
|
|
|
+ #{leaderteamid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
#{name,jdbcType=VARCHAR},
|
|
@@ -289,92 +300,98 @@
|
|
|
<if test="no != null">
|
|
|
#{no,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="leaderTeamType != null">
|
|
|
- #{leaderTeamType,jdbcType=INTEGER},
|
|
|
+ <if test="leaderteamtype != null">
|
|
|
+ #{leaderteamtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="sex != null">
|
|
|
#{sex,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="birthDate != null">
|
|
|
- #{birthDate,jdbcType=DATE},
|
|
|
+ <if test="birthdate != null">
|
|
|
+ #{birthdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="nativePlace != null">
|
|
|
- #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ <if test="nativeplace != null">
|
|
|
+ #{nativeplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="politicsStatus != null">
|
|
|
- #{politicsStatus,jdbcType=INTEGER},
|
|
|
+ <if test="politicsstatus != null">
|
|
|
+ #{politicsstatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="departmentName != null">
|
|
|
- #{departmentName,jdbcType=VARCHAR},
|
|
|
+ <if test="departmentname != null">
|
|
|
+ #{departmentname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="position != null">
|
|
|
#{position,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="positionLevel != null">
|
|
|
- #{positionLevel,jdbcType=INTEGER},
|
|
|
+ <if test="positionlevel != null">
|
|
|
+ #{positionlevel,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="nowPositionDate != null">
|
|
|
- #{nowPositionDate,jdbcType=DATE},
|
|
|
+ <if test="nowpositiondate != null">
|
|
|
+ #{nowpositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="samePositionDate != null">
|
|
|
- #{samePositionDate,jdbcType=DATE},
|
|
|
+ <if test="samepositiondate != null">
|
|
|
+ #{samepositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="joinDate != null">
|
|
|
- #{joinDate,jdbcType=DATE},
|
|
|
+ <if test="joindate != null">
|
|
|
+ #{joindate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="workDate != null">
|
|
|
- #{workDate,jdbcType=DATE},
|
|
|
+ <if test="workdate != null">
|
|
|
+ #{workdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="educationType != null">
|
|
|
- #{educationType,jdbcType=INTEGER},
|
|
|
+ <if test="educationtype != null">
|
|
|
+ #{educationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="qualificationType != null">
|
|
|
- #{qualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="qualificationtype != null">
|
|
|
+ #{qualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="professionalType != null">
|
|
|
- #{professionalType,jdbcType=INTEGER},
|
|
|
+ <if test="professionaltype != null">
|
|
|
+ #{professionaltype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="undergraduateProfessional != null">
|
|
|
- #{undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="undergraduateprofessional != null">
|
|
|
+ #{undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="masterProfessional != null">
|
|
|
- #{masterProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="masterprofessional != null">
|
|
|
+ #{masterprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="remark != null">
|
|
|
#{remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="createTime != null">
|
|
|
- #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="createtime != null">
|
|
|
+ #{createtime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="createUserId != null">
|
|
|
- #{createUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="createuserid != null">
|
|
|
+ #{createuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="updateTime != null">
|
|
|
- #{updateTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="updatetime != null">
|
|
|
+ #{updatetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="updateUserId != null">
|
|
|
- #{updateUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="updateuserid != null">
|
|
|
+ #{updateuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="jobTitle != null">
|
|
|
- #{jobTitle,jdbcType=VARCHAR},
|
|
|
+ <if test="jobtitle != null">
|
|
|
+ #{jobtitle,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="birthplace != null">
|
|
|
#{birthplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="graduationSchoolMajor != null">
|
|
|
- #{graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="graduationschoolmajor != null">
|
|
|
+ #{graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="injobeducationtype != null">
|
|
|
+ #{injobeducationtype,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="injobqualificationtype != null">
|
|
|
+ #{injobqualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="inJobEducationType != null">
|
|
|
- #{inJobEducationType,jdbcType=INTEGER},
|
|
|
+ <if test="injobgraduationschoolmajor != null">
|
|
|
+ #{injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="inJobQualificationType != null">
|
|
|
- #{inJobQualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="party != null">
|
|
|
+ #{party,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="inJobGraduationSchoolMajor != null">
|
|
|
- #{inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="engagedate != null">
|
|
|
+ #{engagedate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="workExperience != null">
|
|
|
- #{workExperience,jdbcType=LONGVARCHAR},
|
|
|
+ <if test="workexperience != null">
|
|
|
+ #{workexperience,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
@@ -387,8 +404,8 @@
|
|
|
<update id="updateByExampleSelective" parameterType="map">
|
|
|
update lw_leaderteam
|
|
|
<set>
|
|
|
- <if test="record.leaderTeamId != null">
|
|
|
- leaderTeamId = #{record.leaderTeamId,jdbcType=VARCHAR},
|
|
|
+ <if test="record.leaderteamid != null">
|
|
|
+ leaderTeamId = #{record.leaderteamid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.name != null">
|
|
|
name = #{record.name,jdbcType=VARCHAR},
|
|
@@ -396,92 +413,98 @@
|
|
|
<if test="record.no != null">
|
|
|
no = #{record.no,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.leaderTeamType != null">
|
|
|
- leaderTeamType = #{record.leaderTeamType,jdbcType=INTEGER},
|
|
|
+ <if test="record.leaderteamtype != null">
|
|
|
+ leaderTeamType = #{record.leaderteamtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="record.sex != null">
|
|
|
sex = #{record.sex,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.birthDate != null">
|
|
|
- birthDate = #{record.birthDate,jdbcType=DATE},
|
|
|
+ <if test="record.birthdate != null">
|
|
|
+ birthDate = #{record.birthdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="record.nativePlace != null">
|
|
|
- nativePlace = #{record.nativePlace,jdbcType=VARCHAR},
|
|
|
+ <if test="record.nativeplace != null">
|
|
|
+ nativePlace = #{record.nativeplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.politicsStatus != null">
|
|
|
- politicsStatus = #{record.politicsStatus,jdbcType=INTEGER},
|
|
|
+ <if test="record.politicsstatus != null">
|
|
|
+ politicsStatus = #{record.politicsstatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.departmentName != null">
|
|
|
- departmentName = #{record.departmentName,jdbcType=VARCHAR},
|
|
|
+ <if test="record.departmentname != null">
|
|
|
+ departmentName = #{record.departmentname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.position != null">
|
|
|
position = #{record.position,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.positionLevel != null">
|
|
|
- positionLevel = #{record.positionLevel,jdbcType=INTEGER},
|
|
|
+ <if test="record.positionlevel != null">
|
|
|
+ positionLevel = #{record.positionlevel,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.nowPositionDate != null">
|
|
|
- nowPositionDate = #{record.nowPositionDate,jdbcType=DATE},
|
|
|
+ <if test="record.nowpositiondate != null">
|
|
|
+ nowPositionDate = #{record.nowpositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="record.samePositionDate != null">
|
|
|
- samePositionDate = #{record.samePositionDate,jdbcType=DATE},
|
|
|
+ <if test="record.samepositiondate != null">
|
|
|
+ samePositionDate = #{record.samepositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="record.joinDate != null">
|
|
|
- joinDate = #{record.joinDate,jdbcType=DATE},
|
|
|
+ <if test="record.joindate != null">
|
|
|
+ joinDate = #{record.joindate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="record.workDate != null">
|
|
|
- workDate = #{record.workDate,jdbcType=DATE},
|
|
|
+ <if test="record.workdate != null">
|
|
|
+ workDate = #{record.workdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="record.educationType != null">
|
|
|
- educationType = #{record.educationType,jdbcType=INTEGER},
|
|
|
+ <if test="record.educationtype != null">
|
|
|
+ educationType = #{record.educationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.qualificationType != null">
|
|
|
- qualificationType = #{record.qualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="record.qualificationtype != null">
|
|
|
+ qualificationType = #{record.qualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.professionalType != null">
|
|
|
- professionalType = #{record.professionalType,jdbcType=INTEGER},
|
|
|
+ <if test="record.professionaltype != null">
|
|
|
+ professionalType = #{record.professionaltype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.undergraduateProfessional != null">
|
|
|
- undergraduateProfessional = #{record.undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="record.undergraduateprofessional != null">
|
|
|
+ undergraduateProfessional = #{record.undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.masterProfessional != null">
|
|
|
- masterProfessional = #{record.masterProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="record.masterprofessional != null">
|
|
|
+ masterProfessional = #{record.masterprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.remark != null">
|
|
|
remark = #{record.remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.createTime != null">
|
|
|
- createTime = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="record.createtime != null">
|
|
|
+ createTime = #{record.createtime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="record.createUserId != null">
|
|
|
- createUserId = #{record.createUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="record.createuserid != null">
|
|
|
+ createUserId = #{record.createuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.updateTime != null">
|
|
|
- updateTime = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="record.updatetime != null">
|
|
|
+ updateTime = #{record.updatetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="record.updateUserId != null">
|
|
|
- updateUserId = #{record.updateUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="record.updateuserid != null">
|
|
|
+ updateUserId = #{record.updateuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.jobTitle != null">
|
|
|
- jobTitle = #{record.jobTitle,jdbcType=VARCHAR},
|
|
|
+ <if test="record.jobtitle != null">
|
|
|
+ jobTitle = #{record.jobtitle,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.birthplace != null">
|
|
|
birthplace = #{record.birthplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.graduationSchoolMajor != null">
|
|
|
- graduationSchoolMajor = #{record.graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="record.graduationschoolmajor != null">
|
|
|
+ graduationSchoolMajor = #{record.graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.inJobEducationType != null">
|
|
|
- inJobEducationType = #{record.inJobEducationType,jdbcType=INTEGER},
|
|
|
+ <if test="record.injobeducationtype != null">
|
|
|
+ inJobEducationType = #{record.injobeducationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.inJobQualificationType != null">
|
|
|
- inJobQualificationType = #{record.inJobQualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="record.injobqualificationtype != null">
|
|
|
+ inJobQualificationType = #{record.injobqualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.inJobGraduationSchoolMajor != null">
|
|
|
- inJobGraduationSchoolMajor = #{record.inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="record.injobgraduationschoolmajor != null">
|
|
|
+ inJobGraduationSchoolMajor = #{record.injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.workExperience != null">
|
|
|
- workExperience = #{record.workExperience,jdbcType=LONGVARCHAR},
|
|
|
+ <if test="record.party != null">
|
|
|
+ party = #{record.party,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.engagedate != null">
|
|
|
+ engageDate = #{record.engagedate,jdbcType=DATE},
|
|
|
+ </if>
|
|
|
+ <if test="record.workexperience != null">
|
|
|
+ workExperience = #{record.workexperience,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
<if test="_parameter != null">
|
|
@@ -490,75 +513,79 @@
|
|
|
</update>
|
|
|
<update id="updateByExampleWithBLOBs" parameterType="map">
|
|
|
update lw_leaderteam
|
|
|
- set leaderTeamId = #{record.leaderTeamId,jdbcType=VARCHAR},
|
|
|
+ set leaderTeamId = #{record.leaderteamid,jdbcType=VARCHAR},
|
|
|
name = #{record.name,jdbcType=VARCHAR},
|
|
|
no = #{record.no,jdbcType=VARCHAR},
|
|
|
- leaderTeamType = #{record.leaderTeamType,jdbcType=INTEGER},
|
|
|
+ leaderTeamType = #{record.leaderteamtype,jdbcType=INTEGER},
|
|
|
sex = #{record.sex,jdbcType=INTEGER},
|
|
|
- birthDate = #{record.birthDate,jdbcType=DATE},
|
|
|
- nativePlace = #{record.nativePlace,jdbcType=VARCHAR},
|
|
|
- politicsStatus = #{record.politicsStatus,jdbcType=INTEGER},
|
|
|
- departmentName = #{record.departmentName,jdbcType=VARCHAR},
|
|
|
+ birthDate = #{record.birthdate,jdbcType=DATE},
|
|
|
+ nativePlace = #{record.nativeplace,jdbcType=VARCHAR},
|
|
|
+ politicsStatus = #{record.politicsstatus,jdbcType=INTEGER},
|
|
|
+ departmentName = #{record.departmentname,jdbcType=VARCHAR},
|
|
|
position = #{record.position,jdbcType=VARCHAR},
|
|
|
- positionLevel = #{record.positionLevel,jdbcType=INTEGER},
|
|
|
- nowPositionDate = #{record.nowPositionDate,jdbcType=DATE},
|
|
|
- samePositionDate = #{record.samePositionDate,jdbcType=DATE},
|
|
|
- joinDate = #{record.joinDate,jdbcType=DATE},
|
|
|
- workDate = #{record.workDate,jdbcType=DATE},
|
|
|
- educationType = #{record.educationType,jdbcType=INTEGER},
|
|
|
- qualificationType = #{record.qualificationType,jdbcType=INTEGER},
|
|
|
- professionalType = #{record.professionalType,jdbcType=INTEGER},
|
|
|
- undergraduateProfessional = #{record.undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
- masterProfessional = #{record.masterProfessional,jdbcType=VARCHAR},
|
|
|
+ positionLevel = #{record.positionlevel,jdbcType=INTEGER},
|
|
|
+ nowPositionDate = #{record.nowpositiondate,jdbcType=DATE},
|
|
|
+ samePositionDate = #{record.samepositiondate,jdbcType=DATE},
|
|
|
+ joinDate = #{record.joindate,jdbcType=DATE},
|
|
|
+ workDate = #{record.workdate,jdbcType=DATE},
|
|
|
+ educationType = #{record.educationtype,jdbcType=INTEGER},
|
|
|
+ qualificationType = #{record.qualificationtype,jdbcType=INTEGER},
|
|
|
+ professionalType = #{record.professionaltype,jdbcType=INTEGER},
|
|
|
+ undergraduateProfessional = #{record.undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
+ masterProfessional = #{record.masterprofessional,jdbcType=VARCHAR},
|
|
|
remark = #{record.remark,jdbcType=VARCHAR},
|
|
|
- createTime = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
- createUserId = #{record.createUserId,jdbcType=VARCHAR},
|
|
|
- updateTime = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
- updateUserId = #{record.updateUserId,jdbcType=VARCHAR},
|
|
|
- jobTitle = #{record.jobTitle,jdbcType=VARCHAR},
|
|
|
+ createTime = #{record.createtime,jdbcType=TIMESTAMP},
|
|
|
+ createUserId = #{record.createuserid,jdbcType=VARCHAR},
|
|
|
+ updateTime = #{record.updatetime,jdbcType=TIMESTAMP},
|
|
|
+ updateUserId = #{record.updateuserid,jdbcType=VARCHAR},
|
|
|
+ jobTitle = #{record.jobtitle,jdbcType=VARCHAR},
|
|
|
birthplace = #{record.birthplace,jdbcType=VARCHAR},
|
|
|
- graduationSchoolMajor = #{record.graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- inJobEducationType = #{record.inJobEducationType,jdbcType=INTEGER},
|
|
|
- inJobQualificationType = #{record.inJobQualificationType,jdbcType=INTEGER},
|
|
|
- inJobGraduationSchoolMajor = #{record.inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- workExperience = #{record.workExperience,jdbcType=LONGVARCHAR}
|
|
|
+ graduationSchoolMajor = #{record.graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ inJobEducationType = #{record.injobeducationtype,jdbcType=INTEGER},
|
|
|
+ inJobQualificationType = #{record.injobqualificationtype,jdbcType=INTEGER},
|
|
|
+ inJobGraduationSchoolMajor = #{record.injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ party = #{record.party,jdbcType=VARCHAR},
|
|
|
+ engageDate = #{record.engagedate,jdbcType=DATE},
|
|
|
+ workExperience = #{record.workexperience,jdbcType=LONGVARCHAR}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
|
</update>
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
update lw_leaderteam
|
|
|
- set leaderTeamId = #{record.leaderTeamId,jdbcType=VARCHAR},
|
|
|
+ set leaderTeamId = #{record.leaderteamid,jdbcType=VARCHAR},
|
|
|
name = #{record.name,jdbcType=VARCHAR},
|
|
|
no = #{record.no,jdbcType=VARCHAR},
|
|
|
- leaderTeamType = #{record.leaderTeamType,jdbcType=INTEGER},
|
|
|
+ leaderTeamType = #{record.leaderteamtype,jdbcType=INTEGER},
|
|
|
sex = #{record.sex,jdbcType=INTEGER},
|
|
|
- birthDate = #{record.birthDate,jdbcType=DATE},
|
|
|
- nativePlace = #{record.nativePlace,jdbcType=VARCHAR},
|
|
|
- politicsStatus = #{record.politicsStatus,jdbcType=INTEGER},
|
|
|
- departmentName = #{record.departmentName,jdbcType=VARCHAR},
|
|
|
+ birthDate = #{record.birthdate,jdbcType=DATE},
|
|
|
+ nativePlace = #{record.nativeplace,jdbcType=VARCHAR},
|
|
|
+ politicsStatus = #{record.politicsstatus,jdbcType=INTEGER},
|
|
|
+ departmentName = #{record.departmentname,jdbcType=VARCHAR},
|
|
|
position = #{record.position,jdbcType=VARCHAR},
|
|
|
- positionLevel = #{record.positionLevel,jdbcType=INTEGER},
|
|
|
- nowPositionDate = #{record.nowPositionDate,jdbcType=DATE},
|
|
|
- samePositionDate = #{record.samePositionDate,jdbcType=DATE},
|
|
|
- joinDate = #{record.joinDate,jdbcType=DATE},
|
|
|
- workDate = #{record.workDate,jdbcType=DATE},
|
|
|
- educationType = #{record.educationType,jdbcType=INTEGER},
|
|
|
- qualificationType = #{record.qualificationType,jdbcType=INTEGER},
|
|
|
- professionalType = #{record.professionalType,jdbcType=INTEGER},
|
|
|
- undergraduateProfessional = #{record.undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
- masterProfessional = #{record.masterProfessional,jdbcType=VARCHAR},
|
|
|
+ positionLevel = #{record.positionlevel,jdbcType=INTEGER},
|
|
|
+ nowPositionDate = #{record.nowpositiondate,jdbcType=DATE},
|
|
|
+ samePositionDate = #{record.samepositiondate,jdbcType=DATE},
|
|
|
+ joinDate = #{record.joindate,jdbcType=DATE},
|
|
|
+ workDate = #{record.workdate,jdbcType=DATE},
|
|
|
+ educationType = #{record.educationtype,jdbcType=INTEGER},
|
|
|
+ qualificationType = #{record.qualificationtype,jdbcType=INTEGER},
|
|
|
+ professionalType = #{record.professionaltype,jdbcType=INTEGER},
|
|
|
+ undergraduateProfessional = #{record.undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
+ masterProfessional = #{record.masterprofessional,jdbcType=VARCHAR},
|
|
|
remark = #{record.remark,jdbcType=VARCHAR},
|
|
|
- createTime = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
- createUserId = #{record.createUserId,jdbcType=VARCHAR},
|
|
|
- updateTime = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
- updateUserId = #{record.updateUserId,jdbcType=VARCHAR},
|
|
|
- jobTitle = #{record.jobTitle,jdbcType=VARCHAR},
|
|
|
+ createTime = #{record.createtime,jdbcType=TIMESTAMP},
|
|
|
+ createUserId = #{record.createuserid,jdbcType=VARCHAR},
|
|
|
+ updateTime = #{record.updatetime,jdbcType=TIMESTAMP},
|
|
|
+ updateUserId = #{record.updateuserid,jdbcType=VARCHAR},
|
|
|
+ jobTitle = #{record.jobtitle,jdbcType=VARCHAR},
|
|
|
birthplace = #{record.birthplace,jdbcType=VARCHAR},
|
|
|
- graduationSchoolMajor = #{record.graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- inJobEducationType = #{record.inJobEducationType,jdbcType=INTEGER},
|
|
|
- inJobQualificationType = #{record.inJobQualificationType,jdbcType=INTEGER},
|
|
|
- inJobGraduationSchoolMajor = #{record.inJobGraduationSchoolMajor,jdbcType=VARCHAR}
|
|
|
+ graduationSchoolMajor = #{record.graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ inJobEducationType = #{record.injobeducationtype,jdbcType=INTEGER},
|
|
|
+ inJobQualificationType = #{record.injobqualificationtype,jdbcType=INTEGER},
|
|
|
+ inJobGraduationSchoolMajor = #{record.injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ party = #{record.party,jdbcType=VARCHAR},
|
|
|
+ engageDate = #{record.engagedate,jdbcType=DATE}
|
|
|
<if test="_parameter != null">
|
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
|
</if>
|
|
@@ -572,163 +599,173 @@
|
|
|
<if test="no != null">
|
|
|
no = #{no,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="leaderTeamType != null">
|
|
|
- leaderTeamType = #{leaderTeamType,jdbcType=INTEGER},
|
|
|
+ <if test="leaderteamtype != null">
|
|
|
+ leaderTeamType = #{leaderteamtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="sex != null">
|
|
|
sex = #{sex,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="birthDate != null">
|
|
|
- birthDate = #{birthDate,jdbcType=DATE},
|
|
|
+ <if test="birthdate != null">
|
|
|
+ birthDate = #{birthdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="nativePlace != null">
|
|
|
- nativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
+ <if test="nativeplace != null">
|
|
|
+ nativePlace = #{nativeplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="politicsStatus != null">
|
|
|
- politicsStatus = #{politicsStatus,jdbcType=INTEGER},
|
|
|
+ <if test="politicsstatus != null">
|
|
|
+ politicsStatus = #{politicsstatus,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="departmentName != null">
|
|
|
- departmentName = #{departmentName,jdbcType=VARCHAR},
|
|
|
+ <if test="departmentname != null">
|
|
|
+ departmentName = #{departmentname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="position != null">
|
|
|
position = #{position,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="positionLevel != null">
|
|
|
- positionLevel = #{positionLevel,jdbcType=INTEGER},
|
|
|
+ <if test="positionlevel != null">
|
|
|
+ positionLevel = #{positionlevel,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="nowPositionDate != null">
|
|
|
- nowPositionDate = #{nowPositionDate,jdbcType=DATE},
|
|
|
+ <if test="nowpositiondate != null">
|
|
|
+ nowPositionDate = #{nowpositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="samePositionDate != null">
|
|
|
- samePositionDate = #{samePositionDate,jdbcType=DATE},
|
|
|
+ <if test="samepositiondate != null">
|
|
|
+ samePositionDate = #{samepositiondate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="joinDate != null">
|
|
|
- joinDate = #{joinDate,jdbcType=DATE},
|
|
|
+ <if test="joindate != null">
|
|
|
+ joinDate = #{joindate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="workDate != null">
|
|
|
- workDate = #{workDate,jdbcType=DATE},
|
|
|
+ <if test="workdate != null">
|
|
|
+ workDate = #{workdate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="educationType != null">
|
|
|
- educationType = #{educationType,jdbcType=INTEGER},
|
|
|
+ <if test="educationtype != null">
|
|
|
+ educationType = #{educationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="qualificationType != null">
|
|
|
- qualificationType = #{qualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="qualificationtype != null">
|
|
|
+ qualificationType = #{qualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="professionalType != null">
|
|
|
- professionalType = #{professionalType,jdbcType=INTEGER},
|
|
|
+ <if test="professionaltype != null">
|
|
|
+ professionalType = #{professionaltype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="undergraduateProfessional != null">
|
|
|
- undergraduateProfessional = #{undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="undergraduateprofessional != null">
|
|
|
+ undergraduateProfessional = #{undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="masterProfessional != null">
|
|
|
- masterProfessional = #{masterProfessional,jdbcType=VARCHAR},
|
|
|
+ <if test="masterprofessional != null">
|
|
|
+ masterProfessional = #{masterprofessional,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="remark != null">
|
|
|
remark = #{remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="createTime != null">
|
|
|
- createTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="createtime != null">
|
|
|
+ createTime = #{createtime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="createUserId != null">
|
|
|
- createUserId = #{createUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="createuserid != null">
|
|
|
+ createUserId = #{createuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="updateTime != null">
|
|
|
- updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
+ <if test="updatetime != null">
|
|
|
+ updateTime = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="updateUserId != null">
|
|
|
- updateUserId = #{updateUserId,jdbcType=VARCHAR},
|
|
|
+ <if test="updateuserid != null">
|
|
|
+ updateUserId = #{updateuserid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="jobTitle != null">
|
|
|
- jobTitle = #{jobTitle,jdbcType=VARCHAR},
|
|
|
+ <if test="jobtitle != null">
|
|
|
+ jobTitle = #{jobtitle,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="birthplace != null">
|
|
|
birthplace = #{birthplace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="graduationSchoolMajor != null">
|
|
|
- graduationSchoolMajor = #{graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="graduationschoolmajor != null">
|
|
|
+ graduationSchoolMajor = #{graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="injobeducationtype != null">
|
|
|
+ inJobEducationType = #{injobeducationtype,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="injobqualificationtype != null">
|
|
|
+ inJobQualificationType = #{injobqualificationtype,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="inJobEducationType != null">
|
|
|
- inJobEducationType = #{inJobEducationType,jdbcType=INTEGER},
|
|
|
+ <if test="injobgraduationschoolmajor != null">
|
|
|
+ inJobGraduationSchoolMajor = #{injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="inJobQualificationType != null">
|
|
|
- inJobQualificationType = #{inJobQualificationType,jdbcType=INTEGER},
|
|
|
+ <if test="party != null">
|
|
|
+ party = #{party,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="inJobGraduationSchoolMajor != null">
|
|
|
- inJobGraduationSchoolMajor = #{inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
+ <if test="engagedate != null">
|
|
|
+ engageDate = #{engagedate,jdbcType=DATE},
|
|
|
</if>
|
|
|
- <if test="workExperience != null">
|
|
|
- workExperience = #{workExperience,jdbcType=LONGVARCHAR},
|
|
|
+ <if test="workexperience != null">
|
|
|
+ workExperience = #{workexperience,jdbcType=LONGVARCHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
- where leaderTeamId = #{leaderTeamId,jdbcType=VARCHAR}
|
|
|
+ where leaderTeamId = #{leaderteamid,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKeyWithBLOBs" parameterType="com.ghsc.partybuild.model.LwLeaderteam">
|
|
|
update lw_leaderteam
|
|
|
set name = #{name,jdbcType=VARCHAR},
|
|
|
no = #{no,jdbcType=VARCHAR},
|
|
|
- leaderTeamType = #{leaderTeamType,jdbcType=INTEGER},
|
|
|
+ leaderTeamType = #{leaderteamtype,jdbcType=INTEGER},
|
|
|
sex = #{sex,jdbcType=INTEGER},
|
|
|
- birthDate = #{birthDate,jdbcType=DATE},
|
|
|
- nativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
- politicsStatus = #{politicsStatus,jdbcType=INTEGER},
|
|
|
- departmentName = #{departmentName,jdbcType=VARCHAR},
|
|
|
+ birthDate = #{birthdate,jdbcType=DATE},
|
|
|
+ nativePlace = #{nativeplace,jdbcType=VARCHAR},
|
|
|
+ politicsStatus = #{politicsstatus,jdbcType=INTEGER},
|
|
|
+ departmentName = #{departmentname,jdbcType=VARCHAR},
|
|
|
position = #{position,jdbcType=VARCHAR},
|
|
|
- positionLevel = #{positionLevel,jdbcType=INTEGER},
|
|
|
- nowPositionDate = #{nowPositionDate,jdbcType=DATE},
|
|
|
- samePositionDate = #{samePositionDate,jdbcType=DATE},
|
|
|
- joinDate = #{joinDate,jdbcType=DATE},
|
|
|
- workDate = #{workDate,jdbcType=DATE},
|
|
|
- educationType = #{educationType,jdbcType=INTEGER},
|
|
|
- qualificationType = #{qualificationType,jdbcType=INTEGER},
|
|
|
- professionalType = #{professionalType,jdbcType=INTEGER},
|
|
|
- undergraduateProfessional = #{undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
- masterProfessional = #{masterProfessional,jdbcType=VARCHAR},
|
|
|
+ positionLevel = #{positionlevel,jdbcType=INTEGER},
|
|
|
+ nowPositionDate = #{nowpositiondate,jdbcType=DATE},
|
|
|
+ samePositionDate = #{samepositiondate,jdbcType=DATE},
|
|
|
+ joinDate = #{joindate,jdbcType=DATE},
|
|
|
+ workDate = #{workdate,jdbcType=DATE},
|
|
|
+ educationType = #{educationtype,jdbcType=INTEGER},
|
|
|
+ qualificationType = #{qualificationtype,jdbcType=INTEGER},
|
|
|
+ professionalType = #{professionaltype,jdbcType=INTEGER},
|
|
|
+ undergraduateProfessional = #{undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
+ masterProfessional = #{masterprofessional,jdbcType=VARCHAR},
|
|
|
remark = #{remark,jdbcType=VARCHAR},
|
|
|
- createTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- createUserId = #{createUserId,jdbcType=VARCHAR},
|
|
|
- updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- updateUserId = #{updateUserId,jdbcType=VARCHAR},
|
|
|
- jobTitle = #{jobTitle,jdbcType=VARCHAR},
|
|
|
+ createTime = #{createtime,jdbcType=TIMESTAMP},
|
|
|
+ createUserId = #{createuserid,jdbcType=VARCHAR},
|
|
|
+ updateTime = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
+ updateUserId = #{updateuserid,jdbcType=VARCHAR},
|
|
|
+ jobTitle = #{jobtitle,jdbcType=VARCHAR},
|
|
|
birthplace = #{birthplace,jdbcType=VARCHAR},
|
|
|
- graduationSchoolMajor = #{graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- inJobEducationType = #{inJobEducationType,jdbcType=INTEGER},
|
|
|
- inJobQualificationType = #{inJobQualificationType,jdbcType=INTEGER},
|
|
|
- inJobGraduationSchoolMajor = #{inJobGraduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- workExperience = #{workExperience,jdbcType=LONGVARCHAR}
|
|
|
- where leaderTeamId = #{leaderTeamId,jdbcType=VARCHAR}
|
|
|
+ graduationSchoolMajor = #{graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ inJobEducationType = #{injobeducationtype,jdbcType=INTEGER},
|
|
|
+ inJobQualificationType = #{injobqualificationtype,jdbcType=INTEGER},
|
|
|
+ inJobGraduationSchoolMajor = #{injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ party = #{party,jdbcType=VARCHAR},
|
|
|
+ engageDate = #{engagedate,jdbcType=DATE},
|
|
|
+ workExperience = #{workexperience,jdbcType=LONGVARCHAR}
|
|
|
+ where leaderTeamId = #{leaderteamid,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.ghsc.partybuild.model.LwLeaderteam">
|
|
|
update lw_leaderteam
|
|
|
set name = #{name,jdbcType=VARCHAR},
|
|
|
no = #{no,jdbcType=VARCHAR},
|
|
|
- leaderTeamType = #{leaderTeamType,jdbcType=INTEGER},
|
|
|
+ leaderTeamType = #{leaderteamtype,jdbcType=INTEGER},
|
|
|
sex = #{sex,jdbcType=INTEGER},
|
|
|
- birthDate = #{birthDate,jdbcType=DATE},
|
|
|
- nativePlace = #{nativePlace,jdbcType=VARCHAR},
|
|
|
- politicsStatus = #{politicsStatus,jdbcType=INTEGER},
|
|
|
- departmentName = #{departmentName,jdbcType=VARCHAR},
|
|
|
+ birthDate = #{birthdate,jdbcType=DATE},
|
|
|
+ nativePlace = #{nativeplace,jdbcType=VARCHAR},
|
|
|
+ politicsStatus = #{politicsstatus,jdbcType=INTEGER},
|
|
|
+ departmentName = #{departmentname,jdbcType=VARCHAR},
|
|
|
position = #{position,jdbcType=VARCHAR},
|
|
|
- positionLevel = #{positionLevel,jdbcType=INTEGER},
|
|
|
- nowPositionDate = #{nowPositionDate,jdbcType=DATE},
|
|
|
- samePositionDate = #{samePositionDate,jdbcType=DATE},
|
|
|
- joinDate = #{joinDate,jdbcType=DATE},
|
|
|
- workDate = #{workDate,jdbcType=DATE},
|
|
|
- educationType = #{educationType,jdbcType=INTEGER},
|
|
|
- qualificationType = #{qualificationType,jdbcType=INTEGER},
|
|
|
- professionalType = #{professionalType,jdbcType=INTEGER},
|
|
|
- undergraduateProfessional = #{undergraduateProfessional,jdbcType=VARCHAR},
|
|
|
- masterProfessional = #{masterProfessional,jdbcType=VARCHAR},
|
|
|
+ positionLevel = #{positionlevel,jdbcType=INTEGER},
|
|
|
+ nowPositionDate = #{nowpositiondate,jdbcType=DATE},
|
|
|
+ samePositionDate = #{samepositiondate,jdbcType=DATE},
|
|
|
+ joinDate = #{joindate,jdbcType=DATE},
|
|
|
+ workDate = #{workdate,jdbcType=DATE},
|
|
|
+ educationType = #{educationtype,jdbcType=INTEGER},
|
|
|
+ qualificationType = #{qualificationtype,jdbcType=INTEGER},
|
|
|
+ professionalType = #{professionaltype,jdbcType=INTEGER},
|
|
|
+ undergraduateProfessional = #{undergraduateprofessional,jdbcType=VARCHAR},
|
|
|
+ masterProfessional = #{masterprofessional,jdbcType=VARCHAR},
|
|
|
remark = #{remark,jdbcType=VARCHAR},
|
|
|
- createTime = #{createTime,jdbcType=TIMESTAMP},
|
|
|
- createUserId = #{createUserId,jdbcType=VARCHAR},
|
|
|
- updateTime = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- updateUserId = #{updateUserId,jdbcType=VARCHAR},
|
|
|
- jobTitle = #{jobTitle,jdbcType=VARCHAR},
|
|
|
+ createTime = #{createtime,jdbcType=TIMESTAMP},
|
|
|
+ createUserId = #{createuserid,jdbcType=VARCHAR},
|
|
|
+ updateTime = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
+ updateUserId = #{updateuserid,jdbcType=VARCHAR},
|
|
|
+ jobTitle = #{jobtitle,jdbcType=VARCHAR},
|
|
|
birthplace = #{birthplace,jdbcType=VARCHAR},
|
|
|
- graduationSchoolMajor = #{graduationSchoolMajor,jdbcType=VARCHAR},
|
|
|
- inJobEducationType = #{inJobEducationType,jdbcType=INTEGER},
|
|
|
- inJobQualificationType = #{inJobQualificationType,jdbcType=INTEGER},
|
|
|
- inJobGraduationSchoolMajor = #{inJobGraduationSchoolMajor,jdbcType=VARCHAR}
|
|
|
- where leaderTeamId = #{leaderTeamId,jdbcType=VARCHAR}
|
|
|
+ graduationSchoolMajor = #{graduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ inJobEducationType = #{injobeducationtype,jdbcType=INTEGER},
|
|
|
+ inJobQualificationType = #{injobqualificationtype,jdbcType=INTEGER},
|
|
|
+ inJobGraduationSchoolMajor = #{injobgraduationschoolmajor,jdbcType=VARCHAR},
|
|
|
+ party = #{party,jdbcType=VARCHAR},
|
|
|
+ engageDate = #{engagedate,jdbcType=DATE}
|
|
|
+ where leaderTeamId = #{leaderteamid,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|