|
|
@ -217,7 +217,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="deliveryCustomerFax!=null">delivery_customer_fax,</if> |
|
|
|
<if test="businessMembers!=null">business_members,</if> |
|
|
|
<if test="identifyingPeople!=null">identifying_people,</if> |
|
|
|
<if test="deginflag!=null">degin_flag,</if> |
|
|
|
<if test="customerRemarks!=null">customer_remarks,</if> |
|
|
|
<if test="instanceId != null">instance_id,</if> |
|
|
|
<if test="instanceType != null">instance_type,</if> |
|
|
@ -254,7 +253,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="taxRate !=null">#{taxRate},</if> |
|
|
|
<if test="integrityRating !=null">#{integrityRating},</if> |
|
|
|
<if test="rmbRegisteredCapital!=null">#{rmbRegisteredCapital},</if> |
|
|
|
<if test="registeredCapital!=null">#{registeredCapital!=null},</if> |
|
|
|
<if test="registeredCapital!=null">#{registeredCapital},</if> |
|
|
|
<if test="paymentTerms!=null">#{paymentTerms},</if> |
|
|
|
<if test="customsCode!=null">#{customsCode},</if> |
|
|
|
<if test="customerContactId!=null">#{customerContactId},</if> |
|
|
@ -270,6 +269,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="deliveryCustomerPostal!=null">#{deliveryCustomerPostal},</if> |
|
|
|
<if test="deliveryCustomerFax!=null">#{deliveryCustomerFax},</if> |
|
|
|
<if test="businessMembers!=null">#{businessMembers},</if> |
|
|
|
<if test="identifyingPeople!=null">#{identifyingPeople}},</if> |
|
|
|
<if test="customerRemarks!=null">#{customerRemarks},</if> |
|
|
|
<if test="instanceId != null">#{instanceId},</if> |
|
|
|
<if test="instanceType != null">#{instanceType},</if> |
|
|
|