Commit e58b0cf4 by 朱继来

调整定时任务

parent b7ed27be
Showing with 2 additions and 0 deletions
...@@ -1266,6 +1266,8 @@ Class OrderController extends Controller ...@@ -1266,6 +1266,8 @@ Class OrderController extends Controller
if (!empty($order)) { if (!empty($order)) {
foreach ($order as $v) { foreach ($order as $v) {
$orderInfo = array();
// 提前一天推送消息 // 提前一天推送消息
$diff = $v->pay_time - time(); $diff = $v->pay_time - 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 sign in to comment