Commit b656e013 authored by wwccw0591's avatar wwccw0591

upd

parent 665158fa
......@@ -386,7 +386,6 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
* Time: 下午 6:19
*/
public function updateStatGoodsSell(){
file_put_contents($this->baseDir . \Our\PathConst::goodsSellStatTime, '');
$beginTime = file_get_contents($this->baseDir . \Our\PathConst::goodsSellStatTime, TIMESTAMP);
$beginTime = $beginTime ? $beginTime : ApiConst::zero;
$endTime = TIMESTAMP;
......
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