|
@@ -31,13 +31,13 @@
|
|
INSERT INTO cm_order_product (orderID, orderNo, shopOrderID, shopOrderNo, orderPromotionsId, productId, shopId, name,
|
|
INSERT INTO cm_order_product (orderID, orderNo, shopOrderID, shopOrderNo, orderPromotionsId, productId, shopId, name,
|
|
productImage, price, price1, shopName, costPrice, normalPrice, ladderPriceFlag, discountPrice, discount,
|
|
productImage, price, price1, shopName, costPrice, normalPrice, ladderPriceFlag, discountPrice, discount,
|
|
totalAmount, totalFee, shouldPayFee, productUnit, num, presentNum, discountFee, includedTax,
|
|
totalAmount, totalFee, shouldPayFee, productUnit, num, presentNum, discountFee, includedTax,
|
|
- invoiceType, taxRate, addedValueTax, totalAddedValueTax, singleShouldPayTotalTax, shouldPayTotalTax,
|
|
|
|
|
|
+ invoiceType, taxRate, addedValueTax, totalAddedValueTax, supplierTaxRate, singleShouldPayTotalTax, shouldPayTotalTax,
|
|
shopProductAmount, singleShopFee, shopFee, singleOtherFee, otherFee, singleCmFee, cmFee,
|
|
shopProductAmount, singleShopFee, shopFee, singleOtherFee, otherFee, singleCmFee, cmFee,
|
|
payStatus, buyAgainFlag, notOutStore, isActProduct, productType)
|
|
payStatus, buyAgainFlag, notOutStore, isActProduct, productType)
|
|
VALUES (#{orderId},#{orderNo},#{shopOrderId},#{shopOrderNo},#{orderPromotionsId},#{productId},#{shopId},#{name},
|
|
VALUES (#{orderId},#{orderNo},#{shopOrderId},#{shopOrderNo},#{orderPromotionsId},#{productId},#{shopId},#{name},
|
|
#{image},#{price},#{price},#{shopName},#{costPrice},#{normalPrice},#{ladderPriceFlag},#{discountPrice},#{discount},
|
|
#{image},#{price},#{price},#{shopName},#{costPrice},#{normalPrice},#{ladderPriceFlag},#{discountPrice},#{discount},
|
|
#{totalAmount},#{totalFee},#{shouldPayFee},#{productUnit},#{num},#{presentNum},#{discountFee},#{includedTax},
|
|
#{totalAmount},#{totalFee},#{shouldPayFee},#{productUnit},#{num},#{presentNum},#{discountFee},#{includedTax},
|
|
- #{invoiceType},#{taxRate},#{addedValueTax},#{totalAddedValueTax},#{singleShouldPayTotalTax},#{shouldPayTotalTax},
|
|
|
|
|
|
+ #{invoiceType},#{taxRate},#{addedValueTax},#{totalAddedValueTax},#{shopTaxRate},#{singleShouldPayTotalTax},#{shouldPayTotalTax},
|
|
#{shopProductAmount},#{singleShopFee},#{shopFee},#{singleOtherFee},#{otherFee},#{singleCmFee},#{cmFee},
|
|
#{shopProductAmount},#{singleShopFee},#{shopFee},#{singleOtherFee},#{otherFee},#{singleCmFee},#{cmFee},
|
|
#{payStatus},#{buyAgainFlag},#{notOutStore},#{actProduct},#{productType})
|
|
#{payStatus},#{buyAgainFlag},#{notOutStore},#{actProduct},#{productType})
|
|
</insert>
|
|
</insert>
|