Commit d56e1633 by 朱继来

调整导出

parent fba54b88
Showing with 2 additions and 2 deletions
......@@ -178,13 +178,13 @@ class OrderModel extends Model
if (isset($map['order_type_extend'])) {
$query->where('o.order_type_extend', '=', $map['order_type_extend']);
}
});
})
->where(function ($query) use ($map) {
// 团购状态
if (isset($map['status_extend'])) {
$query->where('o.status_extend', '=', $map['status_extend']);
}
});
})
->where(function ($query) use ($map) {
// 竞调数据
if (isset($map['is_fake'])) {
......
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