Commit 234e1b85 authored by christ's avatar christ

2478

parent 9cfa4bda
...@@ -28,7 +28,6 @@ class StoreServiceModel extends \Business\AbstractModel{ ...@@ -28,7 +28,6 @@ class StoreServiceModel extends \Business\AbstractModel{
$beginTime = file_get_contents($this->baseDir . \Our\PathConst::storeStatTime, TIMESTAMP); $beginTime = file_get_contents($this->baseDir . \Our\PathConst::storeStatTime, TIMESTAMP);
$beginTime = $beginTime ? $beginTime : ApiConst::zero; $beginTime = $beginTime ? $beginTime : ApiConst::zero;
$endTime = TIMESTAMP; $endTime = TIMESTAMP;
$result = true; $result = true;
$storeDao = \DAO\StoreModel::getInstance(); $storeDao = \DAO\StoreModel::getInstance();
$statDao = \DAO\StatStoreModel::getInstance(DbNameConst::masterDBConnectName); $statDao = \DAO\StatStoreModel::getInstance(DbNameConst::masterDBConnectName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment