1
This commit is contained in:
parent
858296991e
commit
eab0ced962
@ -343,7 +343,7 @@ class Gun extends BaseModel {
|
||||
if ($finalyAddGold > 0) {
|
||||
self::update($gunDto['gun_uniid'],
|
||||
array(
|
||||
'today_pve_get_ceg' => $newGold,
|
||||
'today_pve_get_ceg' => $gunDto['today_pve_get_ceg'] + $finalyAddGold,
|
||||
'last_pve_get_ceg_time' => myself()->_getNowTime()
|
||||
));
|
||||
}
|
||||
|
@ -383,7 +383,7 @@ class Hero extends BaseModel {
|
||||
if ($finalyAddGold > 0) {
|
||||
self::update($heroDto['hero_uniid'],
|
||||
array(
|
||||
'today_pve_get_ceg' => $newGold,
|
||||
'today_pve_get_ceg' => $heroDto['today_pve_get_ceg'] + $finalyAddGold,
|
||||
'last_pve_get_ceg_time' => myself()->_getNowTime()
|
||||
));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user