优化数据生成

master
chenzhi 4 years ago
parent 4ff9f76a5c
commit 3a905fcf59

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

Loading…
Cancel
Save