Commit 2e05329c by hcy001

1

parent 9a8f9d63
Showing with 3 additions and 0 deletions
......@@ -201,6 +201,9 @@ class QuoteModel extends Model
case "brand_name":
$query->where('it.brand_name', 'like',$b.'%');
break;
case "inquiry_items_id":
$query->where('it.id', '<>',$b);
break;
}
}
$query->whereIn('q.status', [1,2,3]);
......
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