|
|
@@ -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
|
{
|