|
|
|
@ -99,6 +99,7 @@
|
|
|
|
|
<if test="manufacturerId != null">manufacturerId=#{manufacturerId},</if>
|
|
|
|
|
<if test="auditStatus != null">auditStatus=#{auditStatus},</if>
|
|
|
|
|
<if test="auditComment != null">auditComment=#{auditComment},</if>
|
|
|
|
|
<if test="agentName != null">agentName=#{agentName},</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</set>
|
|
|
|
@ -114,7 +115,7 @@
|
|
|
|
|
registerStatus, productionLicenceNum, productionLicenceDate,
|
|
|
|
|
productionRecordNum, productionRecordSection, productionRecordDate,
|
|
|
|
|
remark, createTime, updateTime, customerId, manufacturerId,
|
|
|
|
|
auditStatus, auditComment)
|
|
|
|
|
auditStatus, auditComment,agentName)
|
|
|
|
|
values (#{companyName}, #{creditCode}, #{companyType},
|
|
|
|
|
#{placeArea}, #{placeAreaCode}, #{placeAddress},
|
|
|
|
|
#{legalPersonName}, #{legalPersonPapersType}, #{legalPersonPapersCode},
|
|
|
|
@ -122,7 +123,7 @@
|
|
|
|
|
#{registerStatus}, #{productionLicenceNum}, #{productionLicenceDate},
|
|
|
|
|
#{productionRecordNum}, #{productionRecordSection}, #{productionRecordDate},
|
|
|
|
|
#{remark}, #{createTime}, #{updateTime}, #{customerId}, #{manufacturerId}, #{auditStatus},
|
|
|
|
|
#{auditComment})
|
|
|
|
|
#{auditComment},#{agentName})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<delete id="deleteById" parameterType="Map">
|
|
|
|
|