|
@@ -18,11 +18,11 @@
|
|
|
#{clauseId},#{clauseName})
|
|
|
</insert>
|
|
|
<insert id="insertShopOrder" keyColumn="shopOrderID" keyProperty="shopOrderId" parameterType="com.caimei365.order.model.po.OrderShopPo" useGeneratedKeys="true">
|
|
|
- INSERT INTO cm_shop_order (shopOrderNo, orderID, orderNo, shopID, note, userID, clubID,
|
|
|
+ INSERT INTO cm_shop_order (shopOrderNo, orderID, orderNo, shopID, note, userID, clubID, orderType,
|
|
|
spID, orderPromotionsId, promotionFullReduction, svipShopReduction, brokerage, canRefundAmount, itemCount,
|
|
|
totalAmount, productAmount, needPayAmount, shopProductAmount, shopPostFee, shopTaxFee,
|
|
|
shouldPayShopAmount, orderTime, orderSubmitType, splitFlag, payStatus, payedShopAmount)
|
|
|
- VALUES (#{shopOrderNo},#{orderId},#{orderNo},#{shopId}, #{note},#{userId},#{clubId},
|
|
|
+ VALUES (#{shopOrderNo},#{orderId},#{orderNo},#{shopId}, #{note},#{userId},#{clubId},#{orderType},
|
|
|
#{spId},#{orderPromotionsId},#{promotionFullReduction},#{svipShopReduction},#{brokerage},#{canRefundAmount},#{itemCount},
|
|
|
#{totalAmount},#{productAmount},#{needPayAmount},#{shopProductAmount},#{shopPostFee},#{shopTaxFee},
|
|
|
#{shouldPayShopAmount},#{orderTime},#{orderSubmitType},#{splitFlag},#{payStatus},#{payedShopAmount})
|