|
@@ -59,7 +59,7 @@
|
|
|
shopID,
|
|
|
productID,
|
|
|
organizeProductID,
|
|
|
- organizeID
|
|
|
+ organizeID,
|
|
|
num,
|
|
|
presentNum,
|
|
|
outStoreType,
|
|
@@ -170,62 +170,62 @@
|
|
|
|
|
|
|
|
|
<update id="update">
|
|
|
- UPDATE cm_order_product SET
|
|
|
- orderNo = #{orderNo},
|
|
|
- orderID = #{orderID},
|
|
|
- shopOrderID = #{shopOrderID},
|
|
|
- shopOrderNo = #{shopOrderNo},
|
|
|
- shopID = #{shopID},
|
|
|
- productID = #{productID},
|
|
|
- organizeProductID = #{organizeProductID},
|
|
|
- organizeID = #{organizeID},
|
|
|
- num = #{num},
|
|
|
- presentNum = #{presentNum},
|
|
|
- outStoreType = #{outStoreType},
|
|
|
- skuID = #{skuID},
|
|
|
- props = #{props},
|
|
|
- propName = #{propName},
|
|
|
- productNo = #{productNo},
|
|
|
- price = #{price},
|
|
|
- normalPrice = #{normalPrice},
|
|
|
- price0 = #{price0},
|
|
|
- price1 = #{price1},
|
|
|
- totalAmount = #{totalAmount},
|
|
|
- discount = #{discount},
|
|
|
- discountPrice = #{discountPrice},
|
|
|
- taxRate = #{taxRate},
|
|
|
- addedValueTax = #{addedValueTax},
|
|
|
- totalAddedValueTax = #{totalAddedValueTax},
|
|
|
- shouldPayTotalTax = #{shouldPayTotalTax,jdbcType=DECIMAL},
|
|
|
- shopFee = #{shopFee},
|
|
|
- otherFee = #{otherFee},
|
|
|
- cmFee = #{cmFee},
|
|
|
- singleShopFee = #{singleShopFee},
|
|
|
- singleOtherFee = #{singleOtherFee},
|
|
|
- singleCmFee = #{singleCmFee},
|
|
|
- shouldPayFee = #{shouldPayFee},
|
|
|
- commentFlag = #{commentFlag},
|
|
|
- totalFee = #{totalFee},
|
|
|
- totalBeans = #{totalBeans},
|
|
|
- useBalanceAmount = #{useBalanceAmount},
|
|
|
- useBeanAmount = #{useBeanAmount},
|
|
|
- notOutStore = #{notOutStore},
|
|
|
- cmbeanPrice = #{cmbeanPrice},
|
|
|
- isGiftProduct = #{isGiftProduct},
|
|
|
- productActInfo = #{productActInfo},
|
|
|
- buyAgainFlag = #{buyAgainFlag},
|
|
|
- confirmProductFlag = #{confirmProductFlag},
|
|
|
- payStatus = #{payStatus},
|
|
|
- shopName = #{shopName},
|
|
|
- name = #{name},
|
|
|
- discountFee = #{discountFee},
|
|
|
- isActProduct = #{isActProduct},
|
|
|
- preferential = #{preferential},
|
|
|
- actPreferential = #{actPreferential},
|
|
|
- actType = #{actType},
|
|
|
- productImage = #{productImage},
|
|
|
- productUnit = #{productUnit}
|
|
|
- WHERE orderProductID = #{orderProductID}
|
|
|
- </update>
|
|
|
+ UPDATE cm_order_product SET
|
|
|
+ orderNo = #{orderNo},
|
|
|
+ orderID = #{orderID},
|
|
|
+ shopOrderID = #{shopOrderID},
|
|
|
+ shopOrderNo = #{shopOrderNo},
|
|
|
+ shopID = #{shopID},
|
|
|
+ productID = #{productID},
|
|
|
+ organizeProductID = #{organizeProductID},
|
|
|
+ organizeID = #{organizeID},
|
|
|
+ num = #{num},
|
|
|
+ presentNum = #{presentNum},
|
|
|
+ outStoreType = #{outStoreType},
|
|
|
+ skuID = #{skuID},
|
|
|
+ props = #{props},
|
|
|
+ propName = #{propName},
|
|
|
+ productNo = #{productNo},
|
|
|
+ price = #{price},
|
|
|
+ normalPrice = #{normalPrice},
|
|
|
+ price0 = #{price0},
|
|
|
+ price1 = #{price1},
|
|
|
+ totalAmount = #{totalAmount},
|
|
|
+ discount = #{discount},
|
|
|
+ discountPrice = #{discountPrice},
|
|
|
+ taxRate = #{taxRate},
|
|
|
+ addedValueTax = #{addedValueTax},
|
|
|
+ totalAddedValueTax = #{totalAddedValueTax},
|
|
|
+ shouldPayTotalTax = #{shouldPayTotalTax,jdbcType=DECIMAL},
|
|
|
+ shopFee = #{shopFee},
|
|
|
+ otherFee = #{otherFee},
|
|
|
+ cmFee = #{cmFee},
|
|
|
+ singleShopFee = #{singleShopFee},
|
|
|
+ singleOtherFee = #{singleOtherFee},
|
|
|
+ singleCmFee = #{singleCmFee},
|
|
|
+ shouldPayFee = #{shouldPayFee},
|
|
|
+ commentFlag = #{commentFlag},
|
|
|
+ totalFee = #{totalFee},
|
|
|
+ totalBeans = #{totalBeans},
|
|
|
+ useBalanceAmount = #{useBalanceAmount},
|
|
|
+ useBeanAmount = #{useBeanAmount},
|
|
|
+ notOutStore = #{notOutStore},
|
|
|
+ cmbeanPrice = #{cmbeanPrice},
|
|
|
+ isGiftProduct = #{isGiftProduct},
|
|
|
+ productActInfo = #{productActInfo},
|
|
|
+ buyAgainFlag = #{buyAgainFlag},
|
|
|
+ confirmProductFlag = #{confirmProductFlag},
|
|
|
+ payStatus = #{payStatus},
|
|
|
+ shopName = #{shopName},
|
|
|
+ name = #{name},
|
|
|
+ discountFee = #{discountFee},
|
|
|
+ isActProduct = #{isActProduct},
|
|
|
+ preferential = #{preferential},
|
|
|
+ actPreferential = #{actPreferential},
|
|
|
+ actType = #{actType},
|
|
|
+ productImage = #{productImage},
|
|
|
+ productUnit = #{productUnit}
|
|
|
+ WHERE orderProductID = #{orderProductID}
|
|
|
+ </update>
|
|
|
|
|
|
</mapper>
|