|
|
@ -151,7 +151,7 @@
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="insert" parameterType="com.glxp.api.entity.basic.BasicCorpEntity">
|
|
|
|
<insert id="insertEntity" parameterType="com.glxp.api.entity.basic.BasicCorpEntity">
|
|
|
|
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, outType,createUser,createTime,updateUser,remark)
|
|
|
|
thirdName, thirdName1, thirdName2, thirdName3, thirdName4, updateTime, corpType, outType,createUser,createTime,updateUser,remark)
|
|
|
|