Commit e967d383 authored by luben's avatar luben

Merge branch 'dev-lb' into 'dev'

Dev lb

See merge request !24
parents 5fea5538 37115e60
......@@ -265,10 +265,10 @@
create_time = #{createTime,jdbcType=VARCHAR},
</if>
<if test="record.yearSales != null">
year_sales = #{record.yearSales,jdbcType=VARCHAR},
year_sales = #{yearSales,jdbcType=VARCHAR},
</if>
<if test="record.createTime != null">
year_taxes = #{record.yearTaxes,jdbcType=VARCHAR},
year_taxes = #{yearTaxes,jdbcType=VARCHAR},
</if>
</set>
where id = #{id,jdbcType=VARCHAR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment