|
@@ -137,6 +137,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="edlp != null">edlp,</if>
|
|
|
<if test="currentPrice != null">current_price,</if>
|
|
|
<if test="costPrice != null">cost_price,</if>
|
|
|
+ <if test="taxPrice != null">tax_price,</if>
|
|
|
<if test="taxRate != null">tax_rate,</if>
|
|
|
<if test="productCategory != null">product_category,</if>
|
|
|
<if test="supplierName != null">supplier_name,</if>
|
|
@@ -175,6 +176,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="edlp != null">#{edlp},</if>
|
|
|
<if test="currentPrice != null">#{currentPrice},</if>
|
|
|
<if test="costPrice != null">#{costPrice},</if>
|
|
|
+ <if test="taxPrice != null">#{taxPrice},</if>
|
|
|
<if test="taxRate != null">#{taxRate},</if>
|
|
|
<if test="productCategory != null">#{productCategory},</if>
|
|
|
<if test="supplierName != null">#{supplierName},</if>
|