From 3a905fcf59614314d9edd001bdc5738a5a363702 Mon Sep 17 00:00:00 2001
From: chenzhi <chenzhi063@qq.com>
Date: Fri, 2 Jul 2021 13:51:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE=E7=94=9F?=
 =?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../MarketPerformanceSetController.class.php         | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

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