|
@@ -6,13 +6,13 @@
|
|
firstOrgId,secondOrgId,thirdOrgId,fourthOrgId,
|
|
firstOrgId,secondOrgId,thirdOrgId,fourthOrgId,
|
|
firstOrgName,secondOrgName,thirdOrgName,fourthOrgName,
|
|
firstOrgName,secondOrgName,thirdOrgName,fourthOrgName,
|
|
firstOrgWxDepartId,secondOrgWxDepartId,thirdOrgWxDepartId,fourthOrgWxDepartId,
|
|
firstOrgWxDepartId,secondOrgWxDepartId,thirdOrgWxDepartId,fourthOrgWxDepartId,
|
|
- position,mobile,formatMobile,businessPhone,formatBusinessPhone,gender,
|
|
|
|
|
|
+ position,formatPosition,mobile,formatMobile,businessPhone,formatBusinessPhone,gender,
|
|
email,formatEmail,isPrimary,delFlag,createDate,sortNumber)
|
|
email,formatEmail,isPrimary,delFlag,createDate,sortNumber)
|
|
values (#{userId},#{personId},#{username},#{name},
|
|
values (#{userId},#{personId},#{username},#{name},
|
|
#{firstOrgId},#{secondOrgId},#{thirdOrgId},#{fourthOrgId},
|
|
#{firstOrgId},#{secondOrgId},#{thirdOrgId},#{fourthOrgId},
|
|
#{firstOrgName},#{secondOrgName},#{thirdOrgName},#{fourthOrgName},
|
|
#{firstOrgName},#{secondOrgName},#{thirdOrgName},#{fourthOrgName},
|
|
#{firstOrgWxDepartId},#{secondOrgWxDepartId},#{thirdOrgWxDepartId},#{fourthOrgWxDepartId},
|
|
#{firstOrgWxDepartId},#{secondOrgWxDepartId},#{thirdOrgWxDepartId},#{fourthOrgWxDepartId},
|
|
- #{position},#{mobile},#{formatMobile},#{businessPhone},#{formatBusinessPhone},#{gender},
|
|
|
|
|
|
+ #{position},#{formatPosition},#{mobile},#{formatMobile},#{businessPhone},#{formatBusinessPhone},#{gender},
|
|
#{email},#{formatEmail},#{isPrimary},#{delFlag},#{createDate},#{sortNumber})
|
|
#{email},#{formatEmail},#{isPrimary},#{delFlag},#{createDate},#{sortNumber})
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
@@ -25,7 +25,8 @@
|
|
thirdOrgName=#{thirdOrgName},fourthOrgName=#{fourthOrgName},
|
|
thirdOrgName=#{thirdOrgName},fourthOrgName=#{fourthOrgName},
|
|
firstOrgWxDepartId=#{firstOrgWxDepartId},secondOrgWxDepartId=#{secondOrgWxDepartId},
|
|
firstOrgWxDepartId=#{firstOrgWxDepartId},secondOrgWxDepartId=#{secondOrgWxDepartId},
|
|
thirdOrgWxDepartId=#{thirdOrgWxDepartId},fourthOrgWxDepartId=#{fourthOrgWxDepartId},
|
|
thirdOrgWxDepartId=#{thirdOrgWxDepartId},fourthOrgWxDepartId=#{fourthOrgWxDepartId},
|
|
- position=#{position},mobile=#{mobile},formatMobile=#{formatMobile},
|
|
|
|
|
|
+ position=#{position},formatPosition=#{formatPosition},
|
|
|
|
+ mobile=#{mobile},formatMobile=#{formatMobile},
|
|
businessPhone=#{businessPhone},formatBusinessPhone=#{formatBusinessPhone},
|
|
businessPhone=#{businessPhone},formatBusinessPhone=#{formatBusinessPhone},
|
|
gender=#{gender},email=#{email},formatEmail=#{formatEmail},
|
|
gender=#{gender},email=#{email},formatEmail=#{formatEmail},
|
|
isPrimary=#{isPrimary},delFlag=#{delFlag}
|
|
isPrimary=#{isPrimary},delFlag=#{delFlag}
|