Selaa lähdekoodia

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

kevin 1 vuosi sitten
vanhempi
commit
2e112a29a9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      common/models/User.php

+ 1 - 1
common/models/User.php

@@ -503,7 +503,7 @@ class User extends \common\components\ActiveRecord
                 ['USER_ID' => $userId, ':SKU_CODE' => 'HES150N'])
             ->column();
         if (!count($orderEKSP)) {
-            LoggerTool::debug('isPerfActive-2: ' . $userId . ': ' . count($orderEKSP));
+            LoggerTool::debug('isPerfActive-2: ' . $userId . ': ' . count($orderEKSP) . ' ' . "O.IS_DELETE=0 AND O.USER_ID=:USER_ID AND O.PERIOD_NUM IN ('{$periodList}') AND G.SKU_CODE=:SKU_CODE");
             return 0;
         }