|
|
|
@ -266,13 +266,13 @@ |
|
|
|
|
<if test="commodityCode.sl != null and commodityCode.sl != ''"> |
|
|
|
|
tax_rate = #{commodityCode.sl,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="commodityCode.ggxh != null and commodityCode.ggxh != ''"> |
|
|
|
|
<if test="commodityCode.ggxh != null"> |
|
|
|
|
specification_model = #{commodityCode.ggxh,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="commodityCode.xmdw != null and commodityCode.xmdw != ''"> |
|
|
|
|
<if test="commodityCode.xmdw != null"> |
|
|
|
|
metering_unit = #{commodityCode.xmdw,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="commodityCode.xmdj != null and commodityCode.xmdj != ''"> |
|
|
|
|
<if test="commodityCode.xmdj != null"> |
|
|
|
|
unit_price = #{commodityCode.xmdj,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="commodityCode.hsbz != null and commodityCode.hsbz != ''"> |
|
|
|
@ -356,7 +356,7 @@ |
|
|
|
|
<if test="commodityCode.tswl != null and commodityCode.tswl != ''"> |
|
|
|
|
tswl = #{commodityCode.tswl,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="commodityCode.invoiceName != null and commodityCode.invoiceName != ''"> |
|
|
|
|
<if test="commodityCode.invoiceName != null"> |
|
|
|
|
invoice_name = #{commodityCode.invoiceName,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
|