|
|
@ -110,7 +110,7 @@
|
|
|
|
INTO basic_corp
|
|
|
|
INTO basic_corp
|
|
|
|
(thirdId,erpId,name,spell,
|
|
|
|
(thirdId,erpId,name,spell,
|
|
|
|
addr,status,type,creditNo,contact,mobile,thirdId1,thirdId2,thirdId3,thirdId4,
|
|
|
|
addr,status,type,creditNo,contact,mobile,thirdId1,thirdId2,thirdId3,thirdId4,
|
|
|
|
thirdName,thirdName1,thirdName2,thirdName3,thirdName4,updateTime,corpType)
|
|
|
|
thirdName,thirdName1,thirdName2,thirdName3,thirdName4,updateTime,corpType,outType)
|
|
|
|
values
|
|
|
|
values
|
|
|
|
(
|
|
|
|
(
|
|
|
|
#{thirdId},
|
|
|
|
#{thirdId},
|
|
|
@ -133,7 +133,7 @@
|
|
|
|
#{thirdName3},
|
|
|
|
#{thirdName3},
|
|
|
|
#{thirdName4},
|
|
|
|
#{thirdName4},
|
|
|
|
#{updateTime},
|
|
|
|
#{updateTime},
|
|
|
|
#{corpType}
|
|
|
|
#{corpType},#{outType}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
@ -141,7 +141,7 @@
|
|
|
|
<insert id="insert" parameterType="com.glxp.sale.admin.entity.basic.BasicUnitMaintainEntity">
|
|
|
|
<insert id="insert" parameterType="com.glxp.sale.admin.entity.basic.BasicUnitMaintainEntity">
|
|
|
|
insert INTO basic_corp(thirdId, erpId, name, spell, addr,
|
|
|
|
insert INTO basic_corp(thirdId, erpId, name, spell, addr,
|
|
|
|
status, type, creditNo, contact, mobile, thirdId1, thirdId2, thirdId3, thirdId4,
|
|
|
|
status, type, creditNo, contact, mobile, thirdId1, thirdId2, thirdId3, thirdId4,
|
|
|
|
thirdName, thirdName1, thirdName2, thirdName3, thirdName4, updateTime, corpType)
|
|
|
|
thirdName, thirdName1, thirdName2, thirdName3, thirdName4, updateTime, corpType,outType)
|
|
|
|
values (#{thirdId},
|
|
|
|
values (#{thirdId},
|
|
|
|
#{erpId},
|
|
|
|
#{erpId},
|
|
|
|
#{name},
|
|
|
|
#{name},
|
|
|
@ -153,7 +153,7 @@
|
|
|
|
#{contact},
|
|
|
|
#{contact},
|
|
|
|
#{mobile},
|
|
|
|
#{mobile},
|
|
|
|
#{thirdId1}, #{thirdId2}, #{thirdId3}, #{thirdId4},
|
|
|
|
#{thirdId1}, #{thirdId2}, #{thirdId3}, #{thirdId4},
|
|
|
|
#{thirdName}, #{thirdName1}, #{thirdName2}, #{thirdName3}, #{thirdName4}, #{updateTime}, #{corpType})
|
|
|
|
#{thirdName}, #{thirdName1}, #{thirdName2}, #{thirdName3}, #{thirdName4}, #{updateTime}, #{corpType},#{outType})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -181,6 +181,7 @@
|
|
|
|
<if test="thirdName4 != null">thirdName4=#{thirdName4},</if>
|
|
|
|
<if test="thirdName4 != null">thirdName4=#{thirdName4},</if>
|
|
|
|
<if test="updateTime != null">updateTime=#{updateTime},</if>
|
|
|
|
<if test="updateTime != null">updateTime=#{updateTime},</if>
|
|
|
|
<if test="corpType != null">corpType=#{corpType},</if>
|
|
|
|
<if test="corpType != null">corpType=#{corpType},</if>
|
|
|
|
|
|
|
|
<if test="outType != null">outType=#{outType},</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
WHERE id=#{id}
|
|
|
|
WHERE id=#{id}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
@ -228,7 +229,7 @@
|
|
|
|
INTO basic_corp
|
|
|
|
INTO basic_corp
|
|
|
|
( thirdId, erpId, name, spell,
|
|
|
|
( thirdId, erpId, name, spell,
|
|
|
|
addr, status, type, creditNo, contact, mobile, thirdId1, thirdId2, thirdId3, thirdId4,
|
|
|
|
addr, status, type, creditNo, contact, mobile, thirdId1, thirdId2, thirdId3, thirdId4,
|
|
|
|
thirdName, thirdName1, thirdName2, thirdName3, thirdName4, updateTime, corpType)
|
|
|
|
thirdName, thirdName1, thirdName2, thirdName3, thirdName4, updateTime, corpType,outType)
|
|
|
|
values (
|
|
|
|
values (
|
|
|
|
#{thirdId},
|
|
|
|
#{thirdId},
|
|
|
|
#{erpId},
|
|
|
|
#{erpId},
|
|
|
@ -250,7 +251,7 @@
|
|
|
|
#{thirdName3},
|
|
|
|
#{thirdName3},
|
|
|
|
#{thirdName4},
|
|
|
|
#{thirdName4},
|
|
|
|
#{updateTime},
|
|
|
|
#{updateTime},
|
|
|
|
#{corpType}
|
|
|
|
#{corpType},#{outType}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|