Commit dd3114a4 by liyanlin

增加字段

parent d57e2278
......@@ -1303,6 +1303,15 @@
<if test="record.salesDetailsFormula != null">
sales_details_formula = #{record.salesDetailsFormula,jdbcType=LONGVARCHAR},
</if>
<if test="record.historySevendaySalesShopify != null">
history_sevenday_sales_shopify = #{record.historySevendaySalesShopify,jdbcType=DECIMAL},
</if>
<if test="record.historyFourteendaySalesShopify != null">
history_fourteenday_sales_shopify = #{record.historyFourteendaySalesShopify,jdbcType=DECIMAL},
</if>
<if test="record.historyThirtydaySalesShopify != null">
history_thirtyday_sales_shopify = #{record.historyThirtydaySalesShopify,jdbcType=DECIMAL},
</if>
</set>
<if test="_parameter != null">
<include refid="Update_By_Example_Where_Clause" />
......
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