Explorar el Código

feat: NG-27: Qualified bonus regulations 奖金合格制度:活动期间购买指定商品,BV≥27即可维持活跃度.

kevin hace 1 año
padre
commit
64c124f4f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/helpers/bonus/Calc/PushBaseDataToCalc.php

+ 1 - 1
common/helpers/bonus/Calc/PushBaseDataToCalc.php

@@ -544,7 +544,7 @@ class PushBaseDataToCalc extends BaseBusiness
 
 
                     $sql = $model::find()->select($field)->where($where)->limit($this->_limit)->offset($_offset * $this->_limit)->createCommand()->getRawSql();;
                     $sql = $model::find()->select($field)->where($where)->limit($this->_limit)->offset($_offset * $this->_limit)->createCommand()->getRawSql();;
                     if ($table == 'order' || $table == 'orderGoods') {
                     if ($table == 'order' || $table == 'orderGoods') {
-                        LoggerTool::debug('runLog: ' . $sql);
+                        echo 'runLog: ' . $sql;
                     }
                     }
 
 
                     $data  = $model::find()->select($field)->where($where)->limit($this->_limit)->offset($_offset * $this->_limit)->asArray()->all();
                     $data  = $model::find()->select($field)->where($where)->limit($this->_limit)->offset($_offset * $this->_limit)->asArray()->all();