|
|
|
@ -156,9 +156,6 @@
|
|
|
|
|
<if test="areaCode != null">
|
|
|
|
|
areaCode=#{areaCode},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="parentCompany != null">
|
|
|
|
|
parentCompany=#{parentCompany},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="parentIdFk != null">
|
|
|
|
|
parentIdFk=#{parentIdFk},
|
|
|
|
|
</if>
|
|
|
|
@ -223,7 +220,7 @@
|
|
|
|
|
<insert id="insertCompany" parameterType="com.glxp.udi.admin.entity.info.CompanyEntity">
|
|
|
|
|
INSERT INTO company(companyName, bussinessStatus, creditNum, classes, area,
|
|
|
|
|
detailAddr, appId, appSecret, contacts, mobile, tel, email, customerId, areaCode,
|
|
|
|
|
refEntId, entId, networkType, certIdFk, parentCompany, parentIdFk,
|
|
|
|
|
refEntId, entId, networkType, certIdFk, parentIdFk,
|
|
|
|
|
contactsPapersType, contactsPapersCode, registerStatus, jyxkzh, jyxkzfzjg, jyxkzyxq,
|
|
|
|
|
jybapzh, jybabm, fzrq, suihao, kaihuhang, kaihuzhanghao, auditStatus,
|
|
|
|
|
filePath, filePath2, filePath3, filePath4, unitIdFk)
|
|
|
|
@ -245,7 +242,6 @@
|
|
|
|
|
#{entId},
|
|
|
|
|
#{networkType},
|
|
|
|
|
#{certIdFk},
|
|
|
|
|
#{parentCompany},
|
|
|
|
|
#{parentIdFk},
|
|
|
|
|
#{contactsPapersType},
|
|
|
|
|
#{contactsPapersCode},
|
|
|
|
|