瀏覽代碼

修改注释

sunxbiao 4 月之前
父節點
當前提交
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 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 12597
     private function sharedProsperityOrderIndependentAccount($orderSn, $payType)
12599 12598
     {