|
@@ -111,6 +111,7 @@
|
|
|
<if test="phone != null and phone != ''">phone,</if>
|
|
|
<if test="email != null and email != ''">email,</if>
|
|
|
<if test="address != null and address != ''">address,</if>
|
|
|
+ <if test="purchaseServices != null and purchaseServices != ''">purchase_services,</if>
|
|
|
<if test="remarks != null and remarks != ''">remarks,</if>
|
|
|
<if test="projectContact != null and projectContact != ''">project_contact,</if>
|
|
|
<if test="bankAccountName != null and bankAccountName != ''">bank_account_name,</if>
|
|
@@ -128,6 +129,7 @@
|
|
|
<if test="leader != null and leader != ''">#{leader},</if>
|
|
|
<if test="phone != null and phone != ''">#{phone},</if>
|
|
|
<if test="email != null and email != ''">#{email},</if>
|
|
|
+ <if test="purchaseServices != null and purchaseServices != ''">#{purchaseServices},</if>
|
|
|
<if test="address != null and address != ''">#{address},</if>
|
|
|
<if test="remarks != null and remarks != ''">#{remarks},</if>
|
|
|
<if test="projectContact != null and projectContact != ''">#{projectContact},</if>
|
|
@@ -148,6 +150,7 @@
|
|
|
<if test="ancestors != null and ancestors != ''">ancestors = #{ancestors},</if>
|
|
|
<if test="address != null and address != ''">address = #{address},</if>
|
|
|
<if test="remarks != null and remarks != ''">remarks = #{remarks},</if>
|
|
|
+ <if test="purchaseServices != null and purchaseServices != ''">purchase_services = #{purchaseServices},</if>
|
|
|
<if test="projectContact != null and projectContact != ''">project_contact = #{projectContact},</if>
|
|
|
<if test="bankAccountName != null and bankAccountName != ''">bank_account_name = #{bankAccountName},</if>
|
|
|
<if test="bankOfDeposit != null and bankOfDeposit != ''">bank_of_deposit = #{bankOfDeposit},</if>
|