afa 5 hónapja
szülő
commit
1de5405ebb
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      application/api/logic/MarketLogic.php

+ 2 - 2
application/api/logic/MarketLogic.php

@@ -35,9 +35,9 @@ class MarketLogic
            
             //转让列表取消
             $rows->status = ProductTransfer::Stop;
-            $rows->save();
+            return $rows->save();
             //新增记录
-            return ProductOrder::setCreateOrder($orderInfo['order_id'], $orderInfo, ProductOrder::Popular, $userId, $orderInfo['from_user'], getOrderSN('R'.$orderInfo['order_id']), 0, $orderInfo->popular_price);
+            //  ProductOrder::setCreateOrder($orderInfo['order_id'], $orderInfo, ProductOrder::Popular, $userId, $orderInfo['from_user'], getOrderSN('R'.$orderInfo['order_id']), 0, $orderInfo->popular_price);
       }