|
@@ -60,6 +60,7 @@
|
|
b.jx_cost as jxCost,
|
|
b.jx_cost as jxCost,
|
|
b.measures_fee1 as measuresFee1,
|
|
b.measures_fee1 as measuresFee1,
|
|
b.measures_fee2 as measuresFee2,
|
|
b.measures_fee2 as measuresFee2,
|
|
|
|
+ b.measures_fee3 as measuresFee3,
|
|
b.other_cost as otherCost,
|
|
b.other_cost as otherCost,
|
|
b.tex as tex,
|
|
b.tex as tex,
|
|
b.fees as fees,
|
|
b.fees as fees,
|
|
@@ -111,6 +112,7 @@
|
|
jx_cost,
|
|
jx_cost,
|
|
measures_fee1,
|
|
measures_fee1,
|
|
measures_fee2,
|
|
measures_fee2,
|
|
|
|
+ measures_fee3,
|
|
other_cost,
|
|
other_cost,
|
|
fees,
|
|
fees,
|
|
tex,
|
|
tex,
|
|
@@ -137,6 +139,7 @@
|
|
#{jxCost},
|
|
#{jxCost},
|
|
#{measuresFee1},
|
|
#{measuresFee1},
|
|
#{measuresFee2},
|
|
#{measuresFee2},
|
|
|
|
+ #{measuresFee3},
|
|
#{otherCost},
|
|
#{otherCost},
|
|
#{fees},
|
|
#{fees},
|
|
#{tex},
|
|
#{tex},
|
|
@@ -173,6 +176,9 @@
|
|
<if test="measuresFee2 != null and measuresFee2 != ''">
|
|
<if test="measuresFee2 != null and measuresFee2 != ''">
|
|
measures_fee2 = #{measuresFee2},
|
|
measures_fee2 = #{measuresFee2},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="measuresFee3 != null and measuresFee3 != ''">
|
|
|
|
+ measures_fee3 = #{measuresFee3},
|
|
|
|
+ </if>
|
|
<if test="otherCost != null and otherCost != ''">
|
|
<if test="otherCost != null and otherCost != ''">
|
|
other_cost = #{otherCost},
|
|
other_cost = #{otherCost},
|
|
</if>
|
|
</if>
|