Commit 0ee3393f authored by pengfei's avatar pengfei

update 团长分销-结算奖励脚本

parent 417366c5
...@@ -273,7 +273,7 @@ class ColonelorderController extends Job ...@@ -273,7 +273,7 @@ class ColonelorderController extends Job
{ {
// 如果传入时间-使用指定时间 // 如果传入时间-使用指定时间
$params = $this->getRequest()->getParams(); $params = $this->getRequest()->getParams();
if (empty($params['date']) || strtotime($params['date'])) { if (empty($params['date']) || !strtotime($params['date'])) {
$timeRange = PindanActivityColonelConfigService::getSettlementTimeRange(); $timeRange = PindanActivityColonelConfigService::getSettlementTimeRange();
$this->settlementDate = $timeRange['date']; $this->settlementDate = $timeRange['date'];
$this->startTime = $timeRange['start_time']; $this->startTime = $timeRange['start_time'];
......
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