Commit fe26a315 by 朱继来

定时任务注释测试订单

parent 7a80289d
Showing with 2 additions and 2 deletions
...@@ -1591,7 +1591,7 @@ Class OrderController extends Controller ...@@ -1591,7 +1591,7 @@ Class OrderController extends Controller
$order = DB::connection('order') $order = DB::connection('order')
->table('lie_order') ->table('lie_order')
->where('status', '=', 2) ->where('status', '=', 2)
->whereNotIn('user_id', $this->testMobile()) // ->whereNotIn('user_id', $this->testMobile())
->where('is_type', '=', 0) ->where('is_type', '=', 0)
->where('pay_time', '>', time()) ->where('pay_time', '>', time())
->select('order_id', 'order_sn', 'user_id', 'order_amount', 'currency', 'pay_time') ->select('order_id', 'order_sn', 'user_id', 'order_amount', 'currency', 'pay_time')
...@@ -1649,7 +1649,7 @@ Class OrderController extends Controller ...@@ -1649,7 +1649,7 @@ Class OrderController extends Controller
$order = DB::connection('order') $order = DB::connection('order')
->table('lie_order') ->table('lie_order')
->where('status', '=', 2) ->where('status', '=', 2)
->whereNotIn('user_id', $this->testMobile()) // ->whereNotIn('user_id', $this->testMobile())
->where('is_type', '=', 0) ->where('is_type', '=', 0)
->where('pay_time', '>=', $time) ->where('pay_time', '>=', $time)
->select('order_id', 'pay_time') ->select('order_id', 'pay_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