|
|
@@ -473,7 +473,7 @@ class PensionTasks extends Command
|
|
473
|
473
|
if (!$certification) {
|
|
474
|
474
|
Log::info($online['uid'] . '没有实名认证');
|
|
475
|
475
|
continue;
|
|
476
|
|
- }
|
|
|
476
|
+ }
|
|
477
|
477
|
//查询养老金金额
|
|
478
|
478
|
$UserBillRepository = app()->make(UserBillRepository::class);
|
|
479
|
479
|
$bill = $UserBillRepository->getWhere(['uid' => $online['uid'], 'link_id' => $online['order_id'], 'order_sn' => $online['order_sn'], 'commission_type' => 5]);
|
|
|
@@ -484,10 +484,10 @@ class PensionTasks extends Command
|
|
484
|
484
|
continue;
|
|
485
|
485
|
}
|
|
486
|
486
|
//首信易分账
|
|
487
|
|
- $StoreOrderRepository = app()->make(StoreOrderRepository::class);
|
|
488
|
|
- if ($online['pay_type'] > 0) {
|
|
489
|
|
- $StoreOrderRepository->splitOrder($online);
|
|
490
|
|
- }
|
|
|
487
|
+ // $StoreOrderRepository = app()->make(StoreOrderRepository::class);
|
|
|
488
|
+ // if ($online['pay_type'] > 0) {
|
|
|
489
|
+ // $StoreOrderRepository->splitOrder($online);
|
|
|
490
|
+ // }
|
|
491
|
491
|
|
|
492
|
492
|
Db::transaction(function () use ($certification, $online, $pension, $OrderGzcRepository, $OrderMerchantRepository, $StoreOrderRepository) {
|
|
493
|
493
|
//新增入账明细记录
|