Explorar el Código

更新用户级别bugfix

kevin_zhangl hace 3 años
padre
commit
aa47eec1a6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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')