|
@@ -365,6 +365,7 @@ class CalcServeBonusCalc extends BaseObject {
|
|
|
'LAST_FROM_DEC_LV' => $fromUserInfo['DEC_LV'],
|
|
'LAST_FROM_DEC_LV' => $fromUserInfo['DEC_LV'],
|
|
|
'LAST_FROM_EMP_LV' => $fromUserInfo['EMP_LV'],
|
|
'LAST_FROM_EMP_LV' => $fromUserInfo['EMP_LV'],
|
|
|
'LAST_FROM_STATUS' => $fromUserInfo['STATUS'],
|
|
'LAST_FROM_STATUS' => $fromUserInfo['STATUS'],
|
|
|
|
|
+ 'AMOUNT' => $recBonus,
|
|
|
'ORI_BONUS' => $recBonus,
|
|
'ORI_BONUS' => $recBonus,
|
|
|
'PERIOD_NUM' => $this->_periodNum,
|
|
'PERIOD_NUM' => $this->_periodNum,
|
|
|
'CALC_YEAR' => $this->_calcYear,
|
|
'CALC_YEAR' => $this->_calcYear,
|