# Query soft limit for Debugbar is reached after 300 queries, additional 82 queries onlyshow the query. Limit can be raised in the config. Limits can be raised in the config (debugbar.options.db.soft_limit)
select*from `categories` whereexists (select*from `products` where `categories`.`id` = `products`.`category_id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical')) and `home_status` =1
select*from `translations` where `translations`.`translationable_id` in (5, 6) and `translations`.`translationable_type` ='App\\Models\\Category'and `locale` ='en'
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (selectavg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_avg_rating` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `category_id` =5orderby `order_details_count` desc
select*from `translations` where `translations`.`translationable_id` in (18223) and `translations`.`translationable_type` ='App\\Models\\Product'and `locale` ='en'
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (selectavg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_avg_rating` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and `category_id` =6orderby `order_details_count` desc
selectcount(*) as aggregate from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') andexists (select `product_id`, AVG(rating) as average_rating from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1groupby `product_id`)
select*from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') orderby `id` desc limit 10
selectcount(*) as aggregate from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') andexists (select `product_id`, COUNT(product_id) as count from `order_details` where `products`.`id` = `order_details`.`product_id` groupby `product_id`)
select*from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') andexists (select `product_id`, COUNT(product_id) as count from `order_details` where `products`.`id` = `order_details`.`product_id` groupby `product_id`) orderby (SELECTCOUNT(product_id) FROM order_details WHERE order_details.product_id = products.id) desc limit 10offset0
select*from `translations` where `translations`.`translationable_id` in (18077, 18106, 18110) and `translations`.`translationable_type` ='App\\Models\\Product'and `locale` ='en'
select `products`.*, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` =1) as `reviews_count` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`added_by` ='admin')
select `shops`.*, (selectcount(*) from `products` where `shops`.`seller_id` = `products`.`user_id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical') and (`added_by` ='seller'and `status` =1and `request_status` =1)) as `products_count` from `shops` whereexists (select*from `sellers` where `shops`.`seller_id` = `sellers`.`id` and (`status` ='approved') and `goods_type` ='non_perishable')
select*from `products` where (`added_by` ='seller'and `status` =1and `request_status` =1) and `products`.`user_id` in (98, 99) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical')
select `sellers`.*, (selectcount(*) from `orders` where `sellers`.`id` = `orders`.`seller_id`) as `orders_count` from `sellers` where `sellers`.`id` in (98, 99)
select*from `products` where (`added_by` ='seller') and `products`.`user_id` in (98, 99) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='non_perishable') orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` ='both') and `goods_type` ='non_perishable') andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` =1) and (`status` =1and `request_status` =1) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` ='approved')) or ((`added_by` ='admin'and `status` =1))) and `product_type` in ('physical')
select*from `sellers` where `sellers`.`id` =98 limit 1
480μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
450μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.36msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
280μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.72msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.56msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
290μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
590μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.3msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.44msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
430μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.84msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
400μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.51msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
490μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
2.35msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.6msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.56msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
280μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.53msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
260μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.75msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
680μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.98msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.84msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
400μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.01msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
460μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.39msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
790μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.64msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.55msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
490μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
390μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.58msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
3.19msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
770μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
900μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.37msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
260μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.36msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
750μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
1.77msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.58msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.34msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.67msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.57msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
530μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
450μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.45msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
730μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.81msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
1.97msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
520μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.87msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
410μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.58msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
250μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.86msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
530μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.64msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
470μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
550μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.76msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
430μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.61msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
910μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.11msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
520μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
620μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.02msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
2.51msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.21msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
580μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
660μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.7msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
970μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
780μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.85msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
3.07msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
570μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
3.29msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
610μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
520μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
7.98msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
4.9msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
2.23msu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.24msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
430μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
440μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.62msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.73msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
470μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.65msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.9msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
480μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.88msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
460μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
620μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.77msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
410μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
440μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.35msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
280μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.6msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
690μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
390μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
1.64msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =98 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =98and `shops`.`seller_id` isnotnull limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =98and `storages`.`data_id` isnotnull
2.33msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.5msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
960μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.83msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.62msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
290μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.6msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
880μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
490μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.68msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
620μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
400μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.7msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.49msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
670μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.77msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
390μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.13msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
250μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.04msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
240μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.5msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
510μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
6.35msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.62msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
510μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
400μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.8msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.63msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.51msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
400μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
430μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.66msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
680μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.53msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
260μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
440μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.24msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
230μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
250μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.59msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
270μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.24msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
250μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.03msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
250μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.09msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
260μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
290μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.25msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
820μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.75msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
600μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.54msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
810μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
570μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
2.29msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
290μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.58msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
260μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.53msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
270μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.81msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
570μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.21msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
300μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.49msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.59msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
280μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.63msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
270μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
360μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.62msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
270μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.75msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
280μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` =99and `shops`.`seller_id` isnotnull limit 1
420μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `storages` where `storages`.`data_type` ='App\\Models\\Seller'and `storages`.`data_id` =99and `storages`.`data_id` isnotnull
1.6msu185689791_organist0604Seller.php#128
Bindings
Backtrace
select*from `sellers` where `sellers`.`id` =99 limit 1
310μsu185689791_organist0604Product.php#520
Bindings
Backtrace
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.64msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
330μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
350μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.48msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
280μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
330μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.38msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
460μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
380μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.69msu185689791_organist0604
select*from `coupons` where (`added_by` = ? and `coupon_bearer` = ? and `status` = ?) anddate(`start_date`) <= ? anddate(`expire_date`) >= ?
500μsu185689791_organist0604
selectcount(*) as aggregate from `reviews` where `status` = ? and0=1and `status` = ?
340μsu185689791_organist0604
select `rating` from `reviews` where `status` = ? and0=1and `status` = ?
220μsu185689791_organist0604
select*from `admins` where (`id` = ?) limit 1
2.12msu185689791_organist0604
select*from `admins` where (`id` = ?) limit 1
230μsu185689791_organist0604
selectavg(`rating`) as aggregate from `reviews` where `status` = ? and0=1and `status` = ?
570μsu185689791_organist0604
selectcount(*) as aggregate from `orders` where (`seller_is` = ?)
600μsu185689791_organist0604
select `flash_deals`.*, (selectcount(*) from `flash_deal_products` where `flash_deals`.`id` = `flash_deal_products`.`flash_deal_id`) as `products_count` from `flash_deals` where (`deal_type` = ? and `status` = ?) anddate(`start_date`) <= ? anddate(`end_date`) >= ? limit 1
430μsu185689791_organist0604
selectcount(*) as aggregate from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and (`featured` = ?)
8.25msu185689791_organist0604
select `products`.*, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = ?) as `reviews_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (selectavg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = ?) as `reviews_avg_rating` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and (`featured` = ?) orderby `id` desc limit 12offset0
18.09msu185689791_organist0604
select*from `translations` where `translations`.`translationable_id` in (18110) and `translations`.`translationable_type` = ? and `locale` = ?
1.95msu185689791_organist0604
select*from `reviews` where `reviews`.`product_id` in (18110) and `delivery_man_id` isnulland `status` = ?
640μsu185689791_organist0604
select `products`.*, (selectcount(*) from `order_details` where `products`.`id` = `order_details`.`product_id`) as `order_details_count`, (selectcount(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = ?) as `reviews_count`, (selectcount(*) from `wishlists` where `products`.`id` = `wishlists`.`product_id`) as `wish_list_count`, (selectavg(`reviews`.`rating`) from `reviews` where `products`.`id` = `reviews`.`product_id` and `status` = ?) as `reviews_avg_rating` from `products` where (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) anddate(`created_at`) >= ? orderby `reviews_count` desc
16.22msu185689791_organist0604
select `deal_of_the_days`.*, `products`.`unit_price` from `deal_of_the_days` innerjoin `products` on `products`.`id` = `deal_of_the_days`.`product_id` where `products`.`status` = ? and `deal_of_the_days`.`status` = ? limit 1
590μsu185689791_organist0604
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and `customer_id` = ?
800μsu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
390μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
430μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.88msu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.73msu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.25msu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
2.4msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
660μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
300μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.44msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
280μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
800μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.02msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
250μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
280μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.01msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
210μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
250μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.38msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
280μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
260μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
2.09msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
330μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.69msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
300μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
340μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.67msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
290μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
280μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.71msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
240μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
260μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.75msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
280μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
410μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.43msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
320μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
370μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.92msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
450μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
420μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.68msu185689791_organist0604
select*from `sellers` where `sellers`.`id` = ? limit 1
310μsu185689791_organist0604
select*from `shops` where `shops`.`seller_id` = ? and `shops`.`seller_id` isnotnull limit 1
320μsu185689791_organist0604
select*from `storages` where `storages`.`data_type` = ? and `storages`.`data_id` = ? and `storages`.`data_id` isnotnull
1.47msu185689791_organist0604
select*from `delivery_zip_codes` where `zipcode` != ?
720μsu185689791_organist0604
select*from `blog_category`
270μsu185689791_organist0604
select*from `news_category`
210μsu185689791_organist0604
select*from `video_category`
180μsu185689791_organist0604
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and `customer_id` = ?
600μsu185689791_organist0604
select `cart_group_id` from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and (`customer_id` = ? and `is_guest` = ?) groupby `cart_group_id`
2.11msu185689791_organist0604
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and0=1
520μsu185689791_organist0604
select `cart_group_id` from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and (`customer_id` = ? and `is_guest` = ?) groupby `cart_group_id`
760μsu185689791_organist0604
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and0=1and (`is_checked` = ?)
760μsu185689791_organist0604
select*from `carts` whereexists (select*from `products` where `carts`.`product_id` = `products`.`id` and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) orexists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and `goods_type` = ?) and `goods_type` = ?) andexists (select*from `brands` where `products`.`brand_id` = `brands`.`id` and `status` = ?) and (`status` = ? and `request_status` = ?) and (exists (select*from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = ?)) or ((`added_by` = ? and `status` = ?))) and `product_type` in (?) and `status` = ?) and `customer_id` = ?
580μsu185689791_organist0604
select*from `flash_deals` where (`status` = ? and `deal_type` = ?) anddate(`start_date`) <= ? anddate(`end_date`) >= ? limit 1