|
@@ -23,7 +23,7 @@ class GiftUserParty extends Model
|
|
|
$giftNotice = config("site.giftNotice");
|
|
|
$bigGiftNotice = config("site.bigGiftNotice");
|
|
|
$partyInfo = $giftUserParty->party;
|
|
|
- $money = $giftUserParty->value / 100;
|
|
|
+ $money = $giftUserParty->value;
|
|
|
|
|
|
$type = 0;
|
|
|
if ($money >= $bigGiftNotice) {
|