|
|
@@ -466,7 +466,7 @@ class CalcServeBonusCalc extends BaseObject {
|
|
|
'ID' => SnowFake::instance()->generateId(),
|
|
|
'USER_ID' => $bonusUserId,
|
|
|
'LAST_DEC_LV' => $userBaseInfo['DEC_LV'],
|
|
|
- 'LAST_EMP_LV' => $this->_nowLastEmpLv($userId),
|
|
|
+ 'LAST_EMP_LV' => $this->_nowLastEmpLv($bonusUserId),
|
|
|
'LAST_STATUS' => $userBaseInfo['STATUS'],
|
|
|
'FROM_USER_ID' => $userId,
|
|
|
'LAST_FROM_DEC_LV' => $fromUserInfo['DEC_LV'],
|