1
This commit is contained in:
parent
ce9658e493
commit
af0dc8ed56
@ -329,8 +329,8 @@ class Gun extends BaseModel {
|
||||
if ($finalyAddGold > 0) {
|
||||
self::update($gunDto['gun_uniid'],
|
||||
array(
|
||||
'current_pvp_get_ceg' => $newGold,
|
||||
'last_pvp_get_ceg_time' => myself()->_getNowTime()
|
||||
'today_get_gold' => $newGold,
|
||||
'last_get_gold_time' => myself()->_getNowTime()
|
||||
));
|
||||
}
|
||||
return $finalyAddGold;
|
||||
@ -344,7 +344,7 @@ class Gun extends BaseModel {
|
||||
if ($finalyAddGold > 0) {
|
||||
self::update($gunDto['gun_uniid'],
|
||||
array(
|
||||
'current_pve_get_ceg' => $newGold,
|
||||
'today_pve_get_ceg' => $newGold,
|
||||
'last_pve_get_ceg_time' => myself()->_getNowTime()
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user