Commit 07ad3526 authored by liuyuzhen's avatar liuyuzhen

配送时间问题

parent 3d8c6bee
...@@ -83,6 +83,7 @@ class DeliveryFormulaModel extends \DAO\AbstractModel { ...@@ -83,6 +83,7 @@ class DeliveryFormulaModel extends \DAO\AbstractModel {
} }
$return=array(); $return=array();
$todayUnixTime = mktime(0,0,0,date('m'),date('d'),date('Y')); $todayUnixTime = mktime(0,0,0,date('m'),date('d'),date('Y'));
\Our\Log::getInstance()->write($todayUnixTime,'/data/log/applog');
$todayList = $this->getBuyerFormulaList($currentTime,$todayEndTime,\Our\ApiConst::one); $todayList = $this->getBuyerFormulaList($currentTime,$todayEndTime,\Our\ApiConst::one);
$isDefault = \Our\ApiConst::zero; $isDefault = \Our\ApiConst::zero;
if($todayList){ if($todayList){
......
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