diff --git a/Application/Admin/Controller/MarketPerformanceSetController.class.php b/Application/Admin/Controller/MarketPerformanceSetController.class.php index 99172e9fd..d5772eea2 100644 --- a/Application/Admin/Controller/MarketPerformanceSetController.class.php +++ b/Application/Admin/Controller/MarketPerformanceSetController.class.php @@ -71,11 +71,10 @@ class MarketPerformanceSetController extends Controller { $this->getPuSpecialStatement(); $this->performanceSet(); $this->settleupMarketorderDbSave(); - $this->clearConfigData(); echo "{$this->year}-{$this->month}生成成功".PHP_EOL; } /** - * 获取是否标红提示数据 + * 获取是否标红提示数据,旧数据比对 */ private function setIsTipData() { @@ -473,13 +472,4 @@ class MarketPerformanceSetController extends Controller { $this->settleupMarketorderModel->addAll($this->adddata); } - /** - * 清场退出 - */ - private function clearConfigData() - { - unset($this->beginThismonth,$this->endThismonth,$this->date,$this->nowdata,$this->month,$this->year,$this->adddata,$this->downFlowData,$this->gameInfo,$this->companyInfo,$this->taxRatio,$this->oldMarketPerformance); - } - - }