소스 검색

更新用户级别bugfix

kevin_zhangl 3 년 전
부모
커밋
aa47eec1a6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      common/helpers/bonus/BonusSend.php

+ 2 - 2
common/helpers/bonus/BonusSend.php

@@ -536,8 +536,8 @@ class BonusSend extends BaseObject {
             ->where(
                 'CALC_MONTH=:CALC_MONTH AND PERIOD_NUM=:PERIOD_NUM', 
                 [
-                    ':CALC_MONTH' => $this->_calcYearMonth,
-                    ':PERIOD_NUM' =>$this->_periodNum
+                    ':CALC_MONTH' => 202204,
+                    ':PERIOD_NUM' => 107
                 ]
             )
             ->orderBy('CREATED_AT DESC')