Commit 9f6f8ca1 by 朱继来

定时任务区分联营类型

parent 05f3d024
Showing with 2 additions and 0 deletions
...@@ -1612,6 +1612,7 @@ Class OrderController extends Controller ...@@ -1612,6 +1612,7 @@ Class OrderController extends Controller
{ {
$order = DB::connection('order') $order = DB::connection('order')
->table('lie_order') ->table('lie_order')
->where('order_goods_type', '=', 1)
->where('status', '=', 2) ->where('status', '=', 2)
// ->whereNotIn('user_id', $this->testMobile()) // ->whereNotIn('user_id', $this->testMobile())
->where('is_type', '=', 0) ->where('is_type', '=', 0)
...@@ -1670,6 +1671,7 @@ Class OrderController extends Controller ...@@ -1670,6 +1671,7 @@ Class OrderController extends Controller
$order = DB::connection('order') $order = DB::connection('order')
->table('lie_order') ->table('lie_order')
->where('order_goods_type', '=', 1)
->where('status', '=', 2) ->where('status', '=', 2)
// ->whereNotIn('user_id', $this->testMobile()) // ->whereNotIn('user_id', $this->testMobile())
->where('is_type', '=', 0) ->where('is_type', '=', 0)
......
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