Explorar el Código

update buy now in order

StephenArk30 hace 5 años
padre
commit
ff5ccc8b84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/controller/order.js

+ 1 - 1
src/api/controller/order.js

@@ -259,7 +259,7 @@ module.exports = class extends Base {
     const orderGoodsData = [];
     orderGoodsData.push({
       order_id: orderId,
-      goods_id: checkedGoods.goods_id,
+      goods_id: checkedGoodsId,
       goods_sn: checkedGoods.goods_sn,
       product_id: checkedGoods.product_id,
       goods_name: checkedGoods.goods_name,