|
|
@@ -1656,7 +1656,7 @@ class BonusCalc extends BaseObject {
|
|
|
public function calcQuarter() {
|
|
|
if( !$this->_isCalcMonth || !in_array($this->_calcMonth, [3,6,9,12])) {
|
|
|
// 不是结算月,则不进行计算
|
|
|
- print_r('不是季结点,进这里,不计算季度奖');
|
|
|
+ echo('不是季结点,进这里,不计算季度奖'. PHP_EOL);
|
|
|
return true;
|
|
|
}
|
|
|
$result = \Yii::$app->db->createCommand("CALL QtrCalc(:periodNum)")
|