提交 e5fe470b 作者: xiaowang

新增:展示价格

上级 e6d9b825
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
thirty_days_rental, thirty_days_rental,
ninety_days_rental, ninety_days_rental,
max_days_rental, max_days_rental,
show_price,
stock, stock,
stock_out stock_out
) )
...@@ -84,7 +83,7 @@ ...@@ -84,7 +83,7 @@
<foreach collection="list" item="item" separator=","> <foreach collection="list" item="item" separator=",">
(#{item.leaseGoodsId},#{item.productSpec},#{item.skuImage},#{item.cashPledge},#{item.threeDaysRental} (#{item.leaseGoodsId},#{item.productSpec},#{item.skuImage},#{item.cashPledge},#{item.threeDaysRental}
,#{item.sevenDaysRental},#{item.thirtyDaysRental},#{item.ninetyDaysRental},#{item.maxDaysRental} ,#{item.sevenDaysRental},#{item.thirtyDaysRental},#{item.ninetyDaysRental},#{item.maxDaysRental}
,#{item.showPrice},#{item.stock},#{item.stockOut}) ,#{item.stock},#{item.stockOut})
</foreach> </foreach>
</insert> </insert>
<insert id="batchInsertLeaseParts"> <insert id="batchInsertLeaseParts">
...@@ -271,7 +270,6 @@ ...@@ -271,7 +270,6 @@
thirty_days_rental, thirty_days_rental,
ninety_days_rental, ninety_days_rental,
max_days_rental, max_days_rental,
show_price,
stock, stock,
stock_out, stock_out,
create_time create_time
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论