Browse Source

no message

master
weigang 5 years ago
parent
commit
2ec5ef7d6b
  1. 2
      app/Service/SeparateAccountsService.php

2
app/Service/SeparateAccountsService.php

@ -193,7 +193,7 @@ class SeparateAccountsService implements SeparateAccountsServiceInterface
// 平台新用户
if ($this->userService->isPlatformNewUser($orderMain->user_id, $orderMain->id)) {
$ssdb->exec('hset', $ssdbName, 'new_user_number', bcadd($record['new_user_number'],1));
$ssdb->exec('hincr', $ssdbName, 'new_user_number', 1);
$this->financialRecordService->mmAwardByPlatNewUser($mmInfo->admin_user_id, $global_order_id, $MmMpAwardConfig['mm_new_user']); // 市场经理新用户奖励
$this->financialRecordService->mpAwardByPlatNewUser($mpInfo->admin_user_id, $global_order_id, $MmMpAwardConfig['mp_new_user']); // 服务商新用户奖励
}

Loading…
Cancel
Save