|
@@ -190,7 +190,9 @@ class PerfCalc {
|
|
|
*/
|
|
*/
|
|
|
public static function _createFakeOrder($periodNum){
|
|
public static function _createFakeOrder($periodNum){
|
|
|
echo('假假假'.$periodNum. PHP_EOL);
|
|
echo('假假假'.$periodNum. PHP_EOL);
|
|
|
- $userHaveRemain = RemainPv::findAllAsArray('REMAIN_PV >0');
|
|
|
|
|
|
|
+ $sysConfig = Cache::getSystemConfig();
|
|
|
|
|
+ $mesureUpCondition = $sysConfig['monthPcsPvFxCondition']['VALUE']; // 月达标条件 NG默认30
|
|
|
|
|
+ $userHaveRemain = RemainPv::findAllAsArray('REMAIN_PV >:MESURE_UP',[':MESURE_UP'=>$mesureUpCondition]);
|
|
|
$currentPeriod = Period::getInfoByPeriodNum($periodNum);
|
|
$currentPeriod = Period::getInfoByPeriodNum($periodNum);
|
|
|
$sysConfig = Cache::getSystemConfig();
|
|
$sysConfig = Cache::getSystemConfig();
|
|
|
$mesureUpCondition = $sysConfig['monthPcsPvFxCondition']['VALUE']; // 月达标条件 NG默认30
|
|
$mesureUpCondition = $sysConfig['monthPcsPvFxCondition']['VALUE']; // 月达标条件 NG默认30
|