Browse Source

季度奖相关

theo 3 years ago
parent
commit
ac9ac41cd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/helpers/bonus/BonusCalc.php

+ 1 - 1
common/helpers/bonus/BonusCalc.php

@@ -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)")