소스 검색

修改注释

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
     {