|
@@ -91,6 +91,7 @@
|
|
<if test="tenantId neq null">tenant_id,</if>
|
|
<if test="tenantId neq null">tenant_id,</if>
|
|
<if test="euroToRmb neq null">euro_to_rmb,</if>
|
|
<if test="euroToRmb neq null">euro_to_rmb,</if>
|
|
<if test="dollarToRmb neq null">dollar_to_rmb,</if>
|
|
<if test="dollarToRmb neq null">dollar_to_rmb,</if>
|
|
|
|
+ <if test="sterlingToRmb neq null">sterling_to_rmb,</if>
|
|
<if test="taxRate neq null">tax_rate,</if>
|
|
<if test="taxRate neq null">tax_rate,</if>
|
|
<if test="quota neq null">quota,</if>
|
|
<if test="quota neq null">quota,</if>
|
|
</trim>
|
|
</trim>
|
|
@@ -99,6 +100,7 @@
|
|
<if test="tenantId neq null">#{tenantId},</if>
|
|
<if test="tenantId neq null">#{tenantId},</if>
|
|
<if test="euroToRmb neq null">#{euroToRmb},</if>
|
|
<if test="euroToRmb neq null">#{euroToRmb},</if>
|
|
<if test="dollarToRmb neq null">#{dollarToRmb},</if>
|
|
<if test="dollarToRmb neq null">#{dollarToRmb},</if>
|
|
|
|
+ <if test="sterlingToRmb neq null">#{sterlingToRmb},</if>
|
|
<if test="taxRate neq null">#{taxRate},</if>
|
|
<if test="taxRate neq null">#{taxRate},</if>
|
|
<if test="quota neq null">#{quota},</if>
|
|
<if test="quota neq null">#{quota},</if>
|
|
</trim>
|
|
</trim>
|