Commit 3a5843c8 by 杨树贤

Merge branch 'ysx-ic助手服务开发-20190824'

parents 03d988d6 57942998
...@@ -26,7 +26,7 @@ class ResetExchangeSettingsCronJob extends CronJob ...@@ -26,7 +26,7 @@ class ResetExchangeSettingsCronJob extends CronJob
public function run() public function run()
{ {
//判断是否是10点,如果是10点就进行重置任务 //判断是否是10点,如果是10点就进行重置任务
$time = Carbon::create(null,null,null,13,55); $time = Carbon::create(null,null,null,14,30);
$time = $time->timestamp; $time = $time->timestamp;
$now = Carbon::now()->timestamp; $now = Carbon::now()->timestamp;
if ($time === $now) { if ($time === $now) {
......
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 sign in to comment