|
|
@@ -73,13 +73,9 @@ class Order implements ShouldQueue
|
|
|
$isfirst = $service->stat($order_sn);
|
|
|
|
|
|
// VIP签到救济金天数重置
|
|
|
- $minRechargeValue = VipService::getKeepLevelMinRecharge();
|
|
|
- if ($minRechargeValue < $payAmt * NumConfig::NUM_VALUE) {
|
|
|
- DB::table('QPAccountsDB.dbo.UserVipState')->where('UserID', $user_id)
|
|
|
+ DB::table('QPAccountsDB.dbo.UserVipState')->where('UserID', $user_id)
|
|
|
->update(['ActiveDays' => 0, 'UpdateDate' => date('Y-m-d H:i:s')]);
|
|
|
|
|
|
- }
|
|
|
-
|
|
|
Log::info("订单处理成功: {$order_sn}, 用户: {$user_id}, 金额: {$payAmt}, 到账: {$Score}");
|
|
|
|
|
|
}catch (\Exception $e) {
|