|
|
@@ -376,7 +376,7 @@ class OrderServices
|
|
|
DB::connection('write')->table('QPTreasureDB.dbo.GameScoreInfo')
|
|
|
->where('UserID', $user_id)
|
|
|
->update([
|
|
|
- 'InsureScore' => max($scoreInfo->Score,40), // 将Score复制到InsureScore
|
|
|
+ 'InsureScore' => max($scoreInfo->Score,4000), // 将Score复制到InsureScore
|
|
|
'Score' => 0, // Score置0
|
|
|
'ScoreChange' => 1, // ScoreChange设置成1
|
|
|
'MaxScore' => 0, // MaxScore清0
|