|
|
@@ -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;
|
|
|
}
|
|
|
|