Selaa lähdekoodia

合并新版下单和回调功能

sunxbiao 6 kuukautta sitten
vanhempi
commit
f05bb2fa7a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -12238,7 +12238,7 @@ class StoreOrderRepository extends BaseRepository
12238 12238
             }
12239 12239
         }
12240 12240
     }
12241
-}
12241
+
12242 12242
     public function useKillOrderRewards($groupOrderId, $orderId, $uid,$adminId)
12243 12243
     {
12244 12244
         if (empty($orderId) || empty($groupOrderId) || empty($uid)) {