Commit 56b8d3c9 by 朱继来

调整导出

parent 5709274a
Showing with 1 additions and 1 deletions
......@@ -91,7 +91,7 @@ class OrderModel extends Model
// 订单推送业务员
if (!empty($map['sale_id'])) {
$query->whereIn('o.sale_id', explode(',', $map['sale_id']));
$query->whereIn('o.sale_id', $map['sale_id']);
}
// 订单类型
......
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