sunxbiao 6 ヶ月 前
コミット
c4ff882089
共有1 個のファイルを変更した5 個の追加6 個の削除を含む
  1. 5 6
      app/common/repositories/store/order/StoreOrderRepository.php

+ 5 - 6
app/common/repositories/store/order/StoreOrderRepository.php

@@ -12587,13 +12587,12 @@ class StoreOrderRepository extends BaseRepository
12587
 
12587
 
12588
     /**
12588
     /**
12589
      * 共富区订单分账
12589
      * 共富区订单分账
12590
-     *
12591
-     * @param $merId
12592
-     * @param $timeLimit
12590
+     * @param $orderSn
12591
+     * @param $payType
12593
      * @return void
12592
      * @return void
12594
-     * @throws \think\db\exception\DataNotFoundException
12595
-     * @throws \think\db\exception\DbException
12596
-     * @throws \think\db\exception\ModelNotFoundException
12593
+     * @throws DataNotFoundException
12594
+     * @throws DbException
12595
+     * @throws ModelNotFoundException
12597
      */
12596
      */
12598
     private function sharedProsperityOrderIndependentAccount($orderSn, $payType)
12597
     private function sharedProsperityOrderIndependentAccount($orderSn, $payType)
12599
     {
12598
     {