Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 77.06 KB | None | 0 0
  1. array:80 [
  2.   0 => array:3 [
  3.     "query" => "insert into "order_discounts" ("order_id", "discount_logic_id", "discount_sum", "value", "promocode_id", "reason_id", "comment", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id""
  4.     "bindings" => array:9 [
  5.       0 => 1279776
  6.       1 => 2
  7.       2 => 547.0
  8.       3 => 10
  9.       4 => 29596
  10.       5 => 2
  11.       6 => "Скидка по типу клиента / СКИДКА ПО ТИПУ КЛИЕНТА"
  12.       7 => "2019-07-18 10:59:55"
  13.       8 => "2019-07-18 10:59:55"
  14.     ]
  15.     "time" => 0.9
  16.   ]
  17.   1 => array:3 [
  18.     "query" => "select sum("discount_sum") as aggregate from "order_discounts" where "order_discounts"."order_id" = ? and "order_discounts"."order_id" is not null"
  19.     "bindings" => array:1 [
  20.       0 => 1279776
  21.     ]
  22.     "time" => 0.77
  23.   ]
  24.   2 => array:3 [
  25.     "query" => "select * from "orders" where "id" = ? limit 1"
  26.     "bindings" => array:1 [
  27.       0 => 1279776
  28.     ]
  29.     "time" => 0.85
  30.   ]
  31.   3 => array:3 [
  32.     "query" => "update "orders" set "updated_at" = ?, "order_price" = ?, "discount_sum" = ? where "id" = ?"
  33.     "bindings" => array:4 [
  34.       0 => "2019-07-18 10:59:55"
  35.       1 => 4923
  36.       2 => 547
  37.       3 => 1279776
  38.     ]
  39.     "time" => 0.93
  40.   ]
  41.   4 => array:3 [
  42.     "query" => "select * from "fin_withdraw_requests" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? order by "id" asc"
  43.     "bindings" => array:5 [
  44.       0 => 106624
  45.       1 => 1
  46.       2 => 1
  47.       3 => 1279776
  48.       4 => 2
  49.     ]
  50.     "time" => 0.8
  51.   ]
  52.   5 => array:3 [
  53.     "query" => "update "fin_withdraw_requests_detailed" set "status_id" = ? where "withdraw_requests_id" = ?"
  54.     "bindings" => array:2 [
  55.       0 => 1
  56.       1 => 2332318
  57.     ]
  58.     "time" => 0.75
  59.   ]
  60.   6 => array:3 [
  61.     "query" => "select sum(blocked_payment) - sum(amount) as block_debt from "fin_withdraw_requests_detailed" where "withdraw_requests_id" = ? and blocked_payment > amount limit 1"
  62.     "bindings" => array:1 [
  63.       0 => 2332318
  64.     ]
  65.     "time" => 0.7
  66.   ]
  67.   7 => array:3 [
  68.     "query" => "update "fin_withdraw_requests" set "updated_at" = ?, "sum" = ?, "debt" = ? where "id" = ?"
  69.     "bindings" => array:4 [
  70.       0 => "2019-07-18 10:59:55"
  71.       1 => 492300
  72.       2 => 492300
  73.       3 => 2332318
  74.     ]
  75.     "time" => 0.68
  76.   ]
  77.   8 => array:3 [
  78.     "query" => "insert into "fin_payments" ("withdraw_request_id", "deposit_request_id", "transit_request_id", "sum", "currency_id", "currency_subid", "payment_source", "payment_description", "transaction_type_id", "payment_type_id", "client_id", "updated_at", "created_at") values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) returning "id""
  79.     "bindings" => array:13 [
  80.       0 => 2332318
  81.       1 => null
  82.       2 => null
  83.       3 => 54700
  84.       4 => 2
  85.       5 => null
  86.       6 => "Wihdraw simple decrease correction"
  87.       7 => "{"old":{"sum":547000,"debt":547000},"new":{"sum":492300,"debt":492300}}"
  88.       8 => 3
  89.       9 => 9
  90.       10 => 106624
  91.       11 => "2019-07-18 10:59:55"
  92.       12 => "2019-07-18 10:59:55"
  93.     ]
  94.     "time" => 0.74
  95.   ]
  96.   9 => array:3 [
  97.     "query" => "select * from "orders" where "orders"."id" = ? limit 1"
  98.     "bindings" => array:1 [
  99.       0 => 1279776
  100.     ]
  101.     "time" => 0.84
  102.   ]
  103.   10 => array:3 [
  104.     "query" => "select * from "orders" where "id" = ? limit 1"
  105.     "bindings" => array:1 [
  106.       0 => 1279776
  107.     ]
  108.     "time" => 0.79
  109.   ]
  110.   11 => array:3 [
  111.     "query" => "update "orders" set "deb_price" = ?, "updated_at" = ? where "id" = ?"
  112.     "bindings" => array:3 [
  113.       0 => 4923.0
  114.       1 => "2019-07-18 10:59:55"
  115.       2 => 1279776
  116.     ]
  117.     "time" => 0.87
  118.   ]
  119.   12 => array:3 [
  120.     "query" => "select * from "menu_type" where "menu_type"."id" = ? and "menu_type"."id" is not null limit 1"
  121.     "bindings" => array:1 [
  122.       0 => 1
  123.     ]
  124.     "time" => 0.78
  125.   ]
  126.   13 => array:3 [
  127.     "query" => "select * from "lib_brands" where "lib_brands"."id" = ? limit 1"
  128.     "bindings" => array:1 [
  129.       0 => 1
  130.     ]
  131.     "time" => 0.87
  132.   ]
  133.   14 => array:3 [
  134.     "query" => "select * from "orders" where "id" = ? limit 1"
  135.     "bindings" => array:1 [
  136.       0 => 1279776
  137.     ]
  138.     "time" => 1.37
  139.   ]
  140.   15 => array:3 [
  141.     "query" => "select * from "orders" where "orders"."id" = ? limit 1"
  142.     "bindings" => array:1 [
  143.       0 => 1279776
  144.     ]
  145.     "time" => 1.04
  146.   ]
  147.   16 => array:3 [
  148.     "query" => "select * from "price_plan" where "price_plan"."id" = ? limit 1"
  149.     "bindings" => array:1 [
  150.       0 => 246
  151.     ]
  152.     "time" => 0.84
  153.   ]
  154.   17 => array:3 [
  155.     "query" => "select * from "deliveries" where "order_id" = ?"
  156.     "bindings" => array:1 [
  157.       0 => 1279776
  158.     ]
  159.     "time" => 0.92
  160.   ]
  161.   18 => array:3 [
  162.     "query" => "select * from "orders" where "orders"."id" = ? limit 1"
  163.     "bindings" => array:1 [
  164.       0 => 1279776
  165.     ]
  166.     "time" => 1.04
  167.   ]
  168.   19 => array:3 [
  169.     "query" => "select * from "price_plan" where "price_plan"."id" = ? limit 1"
  170.     "bindings" => array:1 [
  171.       0 => 246
  172.     ]
  173.     "time" => 0.91
  174.   ]
  175.   20 => array:3 [
  176.     "query" => "select * from "orders" where "orders"."id" = ? limit 1"
  177.     "bindings" => array:1 [
  178.       0 => 1279776
  179.     ]
  180.     "time" => 1.04
  181.   ]
  182.   21 => array:3 [
  183.     "query" => "select * from "orders" where "orders"."id" = ? limit 1"
  184.     "bindings" => array:1 [
  185.       0 => 1279776
  186.     ]
  187.     "time" => 1.08
  188.   ]
  189.   22 => array:3 [
  190.     "query" => "select * from "order_content_config" where "order_content_config"."order_id" in (?) and "order_content_config"."config_type" in (?, ?, ?) order by "meal_date" asc, "meal_number" asc"
  191.     "bindings" => array:4 [
  192.       0 => 1279776
  193.       1 => 1
  194.       2 => 2
  195.       3 => 3
  196.     ]
  197.     "time" => 0.98
  198.   ]
  199.   23 => array:3 [
  200.     "query" => "select * from "order_content_config" where "order_content_config"."order_id" in (?) and "order_content_config"."config_type" in (?, ?, ?, ?) order by "meal_date" asc, "meal_number" asc"
  201.     "bindings" => array:5 [
  202.       0 => 1279776
  203.       1 => 1
  204.       2 => 2
  205.       3 => 3
  206.       4 => 4
  207.     ]
  208.     "time" => 0.96
  209.   ]
  210.   24 => array:3 [
  211.     "query" => "select * from "order_content_config" where "order_content_config"."order_id" in (?) and "order_content_config"."config_type" in (?, ?, ?, ?, ?) order by "meal_date" asc, "meal_number" asc"
  212.     "bindings" => array:6 [
  213.       0 => 1279776
  214.       1 => 1
  215.       2 => 2
  216.       3 => 3
  217.       4 => 4
  218.       5 => 5
  219.     ]
  220.     "time" => 1.05
  221.   ]
  222.   25 => array:3 [
  223.     "query" => "select * from "clients_customization_restrictions" where "client_id" = ? and ("relation_type" = ? or ("relation_type" = ? and "relation_id" = ?) or ("relation_type" = ? and "relation_id" = ?)) and ("menu_type_id" is null or "menu_type_id" = ?) order by "id" asc"
  224.     "bindings" => array:7 [
  225.       0 => 106624
  226.       1 => 1
  227.       2 => 2
  228.       3 => 526271
  229.       4 => 3
  230.       5 => 1279776
  231.       6 => 1
  232.     ]
  233.     "time" => 1.02
  234.   ]
  235.   26 => array:3 [
  236.     "query" => "select * from "clients_customization_favorites" where "client_id" = ? and ("relation_type" = ? or ("relation_type" = ? and "relation_id" = ?) or ("relation_type" = ? and "relation_id" = ?)) and ("menu_type_id" is null or "menu_type_id" = ?) order by "id" asc"
  237.     "bindings" => array:7 [
  238.       0 => 106624
  239.       1 => 1
  240.       2 => 2
  241.       3 => 526271
  242.       4 => 3
  243.       5 => 1279776
  244.       6 => 1
  245.     ]
  246.     "time" => 1.51
  247.   ]
  248.   27 => array:3 [
  249.     "query" => "select * from "feed_plan" where "feed_plan"."id" = ? limit 1"
  250.     "bindings" => array:1 [
  251.       0 => 28
  252.     ]
  253.     "time" => 0.97
  254.   ]
  255.   28 => array:3 [
  256.     "query" => "select * from "packs_price_plan" where ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null)) or ("city_id" = ? and "menu_type_id" = ? and "pack_id" = ? and (date_start <= date_end or "date_end" is null) and "date_start" <= ? and ("date_end" >= ? or "date_end" is null) and (meal_date_start <= meal_date_end or "meal_date_end" is null) and "meal_date_start" <= ? and ("meal_date_end" >= ? or "meal_date_end" is null))"
  257.     "bindings" => array:840 [
  258.       0 => 2
  259.       1 => 1
  260.       2 => 6171
  261.       3 => "2019-07-18"
  262.       4 => "2019-07-18"
  263.       5 => "2019-07-19"
  264.       6 => "2019-07-19"
  265.       7 => 2
  266.       8 => 1
  267.       9 => 6171
  268.       10 => "2019-07-18"
  269.       11 => "2019-07-18"
  270.       12 => "2019-07-20"
  271.       13 => "2019-07-20"
  272.       14 => 2
  273.       15 => 1
  274.       16 => 6105
  275.       17 => "2019-07-18"
  276.       18 => "2019-07-18"
  277.       19 => "2019-07-19"
  278.       20 => "2019-07-19"
  279.       21 => 2
  280.       22 => 1
  281.       23 => 6105
  282.       24 => "2019-07-18"
  283.       25 => "2019-07-18"
  284.       26 => "2019-07-20"
  285.       27 => "2019-07-20"
  286.       28 => 2
  287.       29 => 1
  288.       30 => 6105
  289.       31 => "2019-07-18"
  290.       32 => "2019-07-18"
  291.       33 => "2019-07-23"
  292.       34 => "2019-07-23"
  293.       35 => 2
  294.       36 => 1
  295.       37 => 6105
  296.       38 => "2019-07-18"
  297.       39 => "2019-07-18"
  298.       40 => "2019-07-24"
  299.       41 => "2019-07-24"
  300.       42 => 2
  301.       43 => 1
  302.       44 => 6054
  303.       45 => "2019-07-18"
  304.       46 => "2019-07-18"
  305.       47 => "2019-07-19"
  306.       48 => "2019-07-19"
  307.       49 => 2
  308.       50 => 1
  309.       51 => 6054
  310.       52 => "2019-07-18"
  311.       53 => "2019-07-18"
  312.       54 => "2019-07-20"
  313.       55 => "2019-07-20"
  314.       56 => 2
  315.       57 => 1
  316.       58 => 5327
  317.       59 => "2019-07-18"
  318.       60 => "2019-07-18"
  319.       61 => "2019-07-19"
  320.       62 => "2019-07-19"
  321.       63 => 2
  322.       64 => 1
  323.       65 => 5327
  324.       66 => "2019-07-18"
  325.       67 => "2019-07-18"
  326.       68 => "2019-07-20"
  327.       69 => "2019-07-20"
  328.       70 => 2
  329.       71 => 1
  330.       72 => 6245
  331.       73 => "2019-07-18"
  332.       74 => "2019-07-18"
  333.       75 => "2019-07-19"
  334.       76 => "2019-07-19"
  335.       77 => 2
  336.       78 => 1
  337.       79 => 6245
  338.       80 => "2019-07-18"
  339.       81 => "2019-07-18"
  340.       82 => "2019-07-20"
  341.       83 => "2019-07-20"
  342.       84 => 2
  343.       85 => 1
  344.       86 => 6245
  345.       87 => "2019-07-18"
  346.       88 => "2019-07-18"
  347.       89 => "2019-07-23"
  348.       90 => "2019-07-23"
  349.       91 => 2
  350.       92 => 1
  351.       93 => 6245
  352.       94 => "2019-07-18"
  353.       95 => "2019-07-18"
  354.       96 => "2019-07-24"
  355.       97 => "2019-07-24"
  356.       98 => 2
  357.       99 => 1
  358.       100 => 6194
  359.       101 => "2019-07-18"
  360.       102 => "2019-07-18"
  361.       103 => "2019-07-19"
  362.       104 => "2019-07-19"
  363.       105 => 2
  364.       106 => 1
  365.       107 => 6194
  366.       108 => "2019-07-18"
  367.       109 => "2019-07-18"
  368.       110 => "2019-07-20"
  369.       111 => "2019-07-20"
  370.       112 => 2
  371.       113 => 1
  372.       114 => 6254
  373.       115 => "2019-07-18"
  374.       116 => "2019-07-18"
  375.       117 => "2019-07-19"
  376.       118 => "2019-07-19"
  377.       119 => 2
  378.       120 => 1
  379.       121 => 6254
  380.       122 => "2019-07-18"
  381.       123 => "2019-07-18"
  382.       124 => "2019-07-20"
  383.       125 => "2019-07-20"
  384.       126 => 2
  385.       127 => 1
  386.       128 => 6221
  387.       129 => "2019-07-18"
  388.       130 => "2019-07-18"
  389.       131 => "2019-07-19"
  390.       132 => "2019-07-19"
  391.       133 => 2
  392.       134 => 1
  393.       135 => 6221
  394.       136 => "2019-07-18"
  395.       137 => "2019-07-18"
  396.       138 => "2019-07-20"
  397.       139 => "2019-07-20"
  398.       140 => 2
  399.       141 => 1
  400.       142 => 6149
  401.       143 => "2019-07-18"
  402.       144 => "2019-07-18"
  403.       145 => "2019-07-19"
  404.       146 => "2019-07-19"
  405.       147 => 2
  406.       148 => 1
  407.       149 => 6149
  408.       150 => "2019-07-18"
  409.       151 => "2019-07-18"
  410.       152 => "2019-07-20"
  411.       153 => "2019-07-20"
  412.       154 => 2
  413.       155 => 1
  414.       156 => 6197
  415.       157 => "2019-07-18"
  416.       158 => "2019-07-18"
  417.       159 => "2019-07-19"
  418.       160 => "2019-07-19"
  419.       161 => 2
  420.       162 => 1
  421.       163 => 6197
  422.       164 => "2019-07-18"
  423.       165 => "2019-07-18"
  424.       166 => "2019-07-20"
  425.       167 => "2019-07-20"
  426.       168 => 2
  427.       169 => 1
  428.       170 => 6237
  429.       171 => "2019-07-18"
  430.       172 => "2019-07-18"
  431.       173 => "2019-07-19"
  432.       174 => "2019-07-19"
  433.       175 => 2
  434.       176 => 1
  435.       177 => 6237
  436.       178 => "2019-07-18"
  437.       179 => "2019-07-18"
  438.       180 => "2019-07-20"
  439.       181 => "2019-07-20"
  440.       182 => 2
  441.       183 => 1
  442.       184 => 5329
  443.       185 => "2019-07-18"
  444.       186 => "2019-07-18"
  445.       187 => "2019-07-19"
  446.       188 => "2019-07-19"
  447.       189 => 2
  448.       190 => 1
  449.       191 => 5329
  450.       192 => "2019-07-18"
  451.       193 => "2019-07-18"
  452.       194 => "2019-07-20"
  453.       195 => "2019-07-20"
  454.       196 => 2
  455.       197 => 1
  456.       198 => 5987
  457.       199 => "2019-07-18"
  458.       200 => "2019-07-18"
  459.       201 => "2019-07-19"
  460.       202 => "2019-07-19"
  461.       203 => 2
  462.       204 => 1
  463.       205 => 5987
  464.       206 => "2019-07-18"
  465.       207 => "2019-07-18"
  466.       208 => "2019-07-20"
  467.       209 => "2019-07-20"
  468.       210 => 2
  469.       211 => 1
  470.       212 => 6100
  471.       213 => "2019-07-18"
  472.       214 => "2019-07-18"
  473.       215 => "2019-07-19"
  474.       216 => "2019-07-19"
  475.       217 => 2
  476.       218 => 1
  477.       219 => 6100
  478.       220 => "2019-07-18"
  479.       221 => "2019-07-18"
  480.       222 => "2019-07-20"
  481.       223 => "2019-07-20"
  482.       224 => 2
  483.       225 => 1
  484.       226 => 5940
  485.       227 => "2019-07-18"
  486.       228 => "2019-07-18"
  487.       229 => "2019-07-19"
  488.       230 => "2019-07-19"
  489.       231 => 2
  490.       232 => 1
  491.       233 => 5940
  492.       234 => "2019-07-18"
  493.       235 => "2019-07-18"
  494.       236 => "2019-07-20"
  495.       237 => "2019-07-20"
  496.       238 => 2
  497.       239 => 1
  498.       240 => 6239
  499.       241 => "2019-07-18"
  500.       242 => "2019-07-18"
  501.       243 => "2019-07-19"
  502.       244 => "2019-07-19"
  503.       245 => 2
  504.       246 => 1
  505.       247 => 6239
  506.       248 => "2019-07-18"
  507.       249 => "2019-07-18"
  508.       250 => "2019-07-20"
  509.       251 => "2019-07-20"
  510.       252 => 2
  511.       253 => 1
  512.       254 => 6151
  513.       255 => "2019-07-18"
  514.       256 => "2019-07-18"
  515.       257 => "2019-07-19"
  516.       258 => "2019-07-19"
  517.       259 => 2
  518.       260 => 1
  519.       261 => 6151
  520.       262 => "2019-07-18"
  521.       263 => "2019-07-18"
  522.       264 => "2019-07-20"
  523.       265 => "2019-07-20"
  524.       266 => 2
  525.       267 => 1
  526.       268 => 6200
  527.       269 => "2019-07-18"
  528.       270 => "2019-07-18"
  529.       271 => "2019-07-19"
  530.       272 => "2019-07-19"
  531.       273 => 2
  532.       274 => 1
  533.       275 => 6200
  534.       276 => "2019-07-18"
  535.       277 => "2019-07-18"
  536.       278 => "2019-07-20"
  537.       279 => "2019-07-20"
  538.       280 => 2
  539.       281 => 1
  540.       282 => 6301
  541.       283 => "2019-07-18"
  542.       284 => "2019-07-18"
  543.       285 => "2019-07-19"
  544.       286 => "2019-07-19"
  545.       287 => 2
  546.       288 => 1
  547.       289 => 6301
  548.       290 => "2019-07-18"
  549.       291 => "2019-07-18"
  550.       292 => "2019-07-20"
  551.       293 => "2019-07-20"
  552.       294 => 2
  553.       295 => 1
  554.       296 => 6301
  555.       297 => "2019-07-18"
  556.       298 => "2019-07-18"
  557.       299 => "2019-07-23"
  558.       300 => "2019-07-23"
  559.       301 => 2
  560.       302 => 1
  561.       303 => 6301
  562.       304 => "2019-07-18"
  563.       305 => "2019-07-18"
  564.       306 => "2019-07-24"
  565.       307 => "2019-07-24"
  566.       308 => 2
  567.       309 => 1
  568.       310 => 5332
  569.       311 => "2019-07-18"
  570.       312 => "2019-07-18"
  571.       313 => "2019-07-19"
  572.       314 => "2019-07-19"
  573.       315 => 2
  574.       316 => 1
  575.       317 => 5332
  576.       318 => "2019-07-18"
  577.       319 => "2019-07-18"
  578.       320 => "2019-07-20"
  579.       321 => "2019-07-20"
  580.       322 => 2
  581.       323 => 1
  582.       324 => 6104
  583.       325 => "2019-07-18"
  584.       326 => "2019-07-18"
  585.       327 => "2019-07-21"
  586.       328 => "2019-07-21"
  587.       329 => 2
  588.       330 => 1
  589.       331 => 6182
  590.       332 => "2019-07-18"
  591.       333 => "2019-07-18"
  592.       334 => "2019-07-21"
  593.       335 => "2019-07-21"
  594.       336 => 2
  595.       337 => 1
  596.       338 => 6354
  597.       339 => "2019-07-18"
  598.       340 => "2019-07-18"
  599.       341 => "2019-07-21"
  600.       342 => "2019-07-21"
  601.       343 => 2
  602.       344 => 1
  603.       345 => 6244
  604.       346 => "2019-07-18"
  605.       347 => "2019-07-18"
  606.       348 => "2019-07-21"
  607.       349 => "2019-07-21"
  608.       350 => 2
  609.       351 => 1
  610.       352 => 6196
  611.       353 => "2019-07-18"
  612.       354 => "2019-07-18"
  613.       355 => "2019-07-21"
  614.       356 => "2019-07-21"
  615.       357 => 2
  616.       358 => 1
  617.       359 => 6201
  618.       360 => "2019-07-18"
  619.       361 => "2019-07-18"
  620.       362 => "2019-07-21"
  621.       363 => "2019-07-21"
  622.       364 => 2
  623.       365 => 1
  624.       366 => 6129
  625.       367 => "2019-07-18"
  626.       368 => "2019-07-18"
  627.       369 => "2019-07-21"
  628.       370 => "2019-07-21"
  629.       371 => 2
  630.       372 => 1
  631.       373 => 6241
  632.       374 => "2019-07-18"
  633.       375 => "2019-07-18"
  634.       376 => "2019-07-21"
  635.       377 => "2019-07-21"
  636.       378 => 2
  637.       379 => 1
  638.       380 => 6112
  639.       381 => "2019-07-18"
  640.       382 => "2019-07-18"
  641.       383 => "2019-07-21"
  642.       384 => "2019-07-21"
  643.       385 => 2
  644.       386 => 1
  645.       387 => 6222
  646.       388 => "2019-07-18"
  647.       389 => "2019-07-18"
  648.       390 => "2019-07-21"
  649.       391 => "2019-07-21"
  650.       392 => 2
  651.       393 => 1
  652.       394 => 6242
  653.       395 => "2019-07-18"
  654.       396 => "2019-07-18"
  655.       397 => "2019-07-21"
  656.       398 => "2019-07-21"
  657.       399 => 2
  658.       400 => 1
  659.       401 => 5341
  660.       402 => "2019-07-18"
  661.       403 => "2019-07-18"
  662.       404 => "2019-07-21"
  663.       405 => "2019-07-21"
  664.       406 => 2
  665.       407 => 1
  666.       408 => 6281
  667.       409 => "2019-07-18"
  668.       410 => "2019-07-18"
  669.       411 => "2019-07-21"
  670.       412 => "2019-07-21"
  671.       413 => 2
  672.       414 => 1
  673.       415 => 6247
  674.       416 => "2019-07-18"
  675.       417 => "2019-07-18"
  676.       418 => "2019-07-21"
  677.       419 => "2019-07-21"
  678.       420 => 2
  679.       421 => 1
  680.       422 => 6243
  681.       423 => "2019-07-18"
  682.       424 => "2019-07-18"
  683.       425 => "2019-07-21"
  684.       426 => "2019-07-21"
  685.       427 => 2
  686.       428 => 1
  687.       429 => 6139
  688.       430 => "2019-07-18"
  689.       431 => "2019-07-18"
  690.       432 => "2019-07-21"
  691.       433 => "2019-07-21"
  692.       434 => 2
  693.       435 => 1
  694.       436 => 6199
  695.       437 => "2019-07-18"
  696.       438 => "2019-07-18"
  697.       439 => "2019-07-21"
  698.       440 => "2019-07-21"
  699.       441 => 2
  700.       442 => 1
  701.       443 => 6353
  702.       444 => "2019-07-18"
  703.       445 => "2019-07-18"
  704.       446 => "2019-07-21"
  705.       447 => "2019-07-21"
  706.       448 => 2
  707.       449 => 1
  708.       450 => 6355
  709.       451 => "2019-07-18"
  710.       452 => "2019-07-18"
  711.       453 => "2019-07-21"
  712.       454 => "2019-07-21"
  713.       455 => 2
  714.       456 => 1
  715.       457 => 6248
  716.       458 => "2019-07-18"
  717.       459 => "2019-07-18"
  718.       460 => "2019-07-21"
  719.       461 => "2019-07-21"
  720.       462 => 2
  721.       463 => 1
  722.       464 => 6145
  723.       465 => "2019-07-18"
  724.       466 => "2019-07-18"
  725.       467 => "2019-07-22"
  726.       468 => "2019-07-22"
  727.       469 => 2
  728.       470 => 1
  729.       471 => 6126
  730.       472 => "2019-07-18"
  731.       473 => "2019-07-18"
  732.       474 => "2019-07-22"
  733.       475 => "2019-07-22"
  734.       476 => 2
  735.       477 => 1
  736.       478 => 5374
  737.       479 => "2019-07-18"
  738.       480 => "2019-07-18"
  739.       481 => "2019-07-22"
  740.       482 => "2019-07-22"
  741.       483 => 2
  742.       484 => 1
  743.       485 => 5369
  744.       486 => "2019-07-18"
  745.       487 => "2019-07-18"
  746.       488 => "2019-07-22"
  747.       489 => "2019-07-22"
  748.       490 => 2
  749.       491 => 1
  750.       492 => 6198
  751.       493 => "2019-07-18"
  752.       494 => "2019-07-18"
  753.       495 => "2019-07-22"
  754.       496 => "2019-07-22"
  755.       497 => 2
  756.       498 => 1
  757.       499 => 6202
  758.       500 => "2019-07-18"
  759.       501 => "2019-07-18"
  760.       502 => "2019-07-22"
  761.       503 => "2019-07-22"
  762.       504 => 2
  763.       505 => 1
  764.       506 => 5375
  765.       507 => "2019-07-18"
  766.       508 => "2019-07-18"
  767.       509 => "2019-07-22"
  768.       510 => "2019-07-22"
  769.       511 => 2
  770.       512 => 1
  771.       513 => 6128
  772.       514 => "2019-07-18"
  773.       515 => "2019-07-18"
  774.       516 => "2019-07-22"
  775.       517 => "2019-07-22"
  776.       518 => 2
  777.       519 => 1
  778.       520 => 6148
  779.       521 => "2019-07-18"
  780.       522 => "2019-07-18"
  781.       523 => "2019-07-22"
  782.       524 => "2019-07-22"
  783.       525 => 2
  784.       526 => 1
  785.       527 => 6114
  786.       528 => "2019-07-18"
  787.       529 => "2019-07-18"
  788.       530 => "2019-07-22"
  789.       531 => "2019-07-22"
  790.       532 => 2
  791.       533 => 1
  792.       534 => 5376
  793.       535 => "2019-07-18"
  794.       536 => "2019-07-18"
  795.       537 => "2019-07-22"
  796.       538 => "2019-07-22"
  797.       539 => 2
  798.       540 => 1
  799.       541 => 5371
  800.       542 => "2019-07-18"
  801.       543 => "2019-07-18"
  802.       544 => "2019-07-22"
  803.       545 => "2019-07-22"
  804.       546 => 2
  805.       547 => 1
  806.       548 => 6150
  807.       549 => "2019-07-18"
  808.       550 => "2019-07-18"
  809.       551 => "2019-07-22"
  810.       552 => "2019-07-22"
  811.       553 => 2
  812.       554 => 1
  813.       555 => 6232
  814.       556 => "2019-07-18"
  815.       557 => "2019-07-18"
  816.       558 => "2019-07-22"
  817.       559 => "2019-07-22"
  818.       560 => 2
  819.       561 => 1
  820.       562 => 6233
  821.       563 => "2019-07-18"
  822.       564 => "2019-07-18"
  823.       565 => "2019-07-22"
  824.       566 => "2019-07-22"
  825.       567 => 2
  826.       568 => 1
  827.       569 => 6036
  828.       570 => "2019-07-18"
  829.       571 => "2019-07-18"
  830.       572 => "2019-07-22"
  831.       573 => "2019-07-22"
  832.       574 => 2
  833.       575 => 1
  834.       576 => 6144
  835.       577 => "2019-07-18"
  836.       578 => "2019-07-18"
  837.       579 => "2019-07-22"
  838.       580 => "2019-07-22"
  839.       581 => 2
  840.       582 => 1
  841.       583 => 6124
  842.       584 => "2019-07-18"
  843.       585 => "2019-07-18"
  844.       586 => "2019-07-22"
  845.       587 => "2019-07-22"
  846.       588 => 2
  847.       589 => 1
  848.       590 => 5378
  849.       591 => "2019-07-18"
  850.       592 => "2019-07-18"
  851.       593 => "2019-07-22"
  852.       594 => "2019-07-22"
  853.       595 => 2
  854.       596 => 1
  855.       597 => 5373
  856.       598 => "2019-07-18"
  857.       599 => "2019-07-18"
  858.       600 => "2019-07-22"
  859.       601 => "2019-07-22"
  860.       602 => 2
  861.       603 => 1
  862.       604 => 6152
  863.       605 => "2019-07-18"
  864.       606 => "2019-07-18"
  865.       607 => "2019-07-23"
  866.       608 => "2019-07-23"
  867.       609 => 2
  868.       610 => 1
  869.       611 => 6152
  870.       612 => "2019-07-18"
  871.       613 => "2019-07-18"
  872.       614 => "2019-07-24"
  873.       615 => "2019-07-24"
  874.       616 => 2
  875.       617 => 1
  876.       618 => 6181
  877.       619 => "2019-07-18"
  878.       620 => "2019-07-18"
  879.       621 => "2019-07-23"
  880.       622 => "2019-07-23"
  881.       623 => 2
  882.       624 => 1
  883.       625 => 6181
  884.       626 => "2019-07-18"
  885.       627 => "2019-07-18"
  886.       628 => "2019-07-24"
  887.       629 => "2019-07-24"
  888.       630 => 2
  889.       631 => 1
  890.       632 => 5649
  891.       633 => "2019-07-18"
  892.       634 => "2019-07-18"
  893.       635 => "2019-07-23"
  894.       636 => "2019-07-23"
  895.       637 => 2
  896.       638 => 1
  897.       639 => 5649
  898.       640 => "2019-07-18"
  899.       641 => "2019-07-18"
  900.       642 => "2019-07-24"
  901.       643 => "2019-07-24"
  902.       644 => 2
  903.       645 => 1
  904.       646 => 6350
  905.       647 => "2019-07-18"
  906.       648 => "2019-07-18"
  907.       649 => "2019-07-23"
  908.       650 => "2019-07-23"
  909.       651 => 2
  910.       652 => 1
  911.       653 => 6350
  912.       654 => "2019-07-18"
  913.       655 => "2019-07-18"
  914.       656 => "2019-07-24"
  915.       657 => "2019-07-24"
  916.       658 => 2
  917.       659 => 1
  918.       660 => 6109
  919.       661 => "2019-07-18"
  920.       662 => "2019-07-18"
  921.       663 => "2019-07-23"
  922.       664 => "2019-07-23"
  923.       665 => 2
  924.       666 => 1
  925.       667 => 6109
  926.       668 => "2019-07-18"
  927.       669 => "2019-07-18"
  928.       670 => "2019-07-24"
  929.       671 => "2019-07-24"
  930.       672 => 2
  931.       673 => 1
  932.       674 => 6134
  933.       675 => "2019-07-18"
  934.       676 => "2019-07-18"
  935.       677 => "2019-07-23"
  936.       678 => "2019-07-23"
  937.       679 => 2
  938.       680 => 1
  939.       681 => 6134
  940.       682 => "2019-07-18"
  941.       683 => "2019-07-18"
  942.       684 => "2019-07-24"
  943.       685 => "2019-07-24"
  944.       686 => 2
  945.       687 => 1
  946.       688 => 5410
  947.       689 => "2019-07-18"
  948.       690 => "2019-07-18"
  949.       691 => "2019-07-23"
  950.       692 => "2019-07-23"
  951.       693 => 2
  952.       694 => 1
  953.       695 => 5410
  954.       696 => "2019-07-18"
  955.       697 => "2019-07-18"
  956.       698 => "2019-07-24"
  957.       699 => "2019-07-24"
  958.       700 => 2
  959.       701 => 1
  960.       702 => 6113
  961.       703 => "2019-07-18"
  962.       704 => "2019-07-18"
  963.       705 => "2019-07-23"
  964.       706 => "2019-07-23"
  965.       707 => 2
  966.       708 => 1
  967.       709 => 6113
  968.       710 => "2019-07-18"
  969.       711 => "2019-07-18"
  970.       712 => "2019-07-24"
  971.       713 => "2019-07-24"
  972.       714 => 2
  973.       715 => 1
  974.       716 => 5994
  975.       717 => "2019-07-18"
  976.       718 => "2019-07-18"
  977.       719 => "2019-07-23"
  978.       720 => "2019-07-23"
  979.       721 => 2
  980.       722 => 1
  981.       723 => 5994
  982.       724 => "2019-07-18"
  983.       725 => "2019-07-18"
  984.       726 => "2019-07-24"
  985.       727 => "2019-07-24"
  986.       728 => 2
  987.       729 => 1
  988.       730 => 5356
  989.       731 => "2019-07-18"
  990.       732 => "2019-07-18"
  991.       733 => "2019-07-23"
  992.       734 => "2019-07-23"
  993.       735 => 2
  994.       736 => 1
  995.       737 => 5356
  996.       738 => "2019-07-18"
  997.       739 => "2019-07-18"
  998.       740 => "2019-07-24"
  999.       741 => "2019-07-24"
  1000.       742 => 2
  1001.       743 => 1
  1002.       744 => 6220
  1003.       745 => "2019-07-18"
  1004.       746 => "2019-07-18"
  1005.       747 => "2019-07-23"
  1006.       748 => "2019-07-23"
  1007.       749 => 2
  1008.       750 => 1
  1009.       751 => 6220
  1010.       752 => "2019-07-18"
  1011.       753 => "2019-07-18"
  1012.       754 => "2019-07-24"
  1013.       755 => "2019-07-24"
  1014.       756 => 2
  1015.       757 => 1
  1016.       758 => 6193
  1017.       759 => "2019-07-18"
  1018.       760 => "2019-07-18"
  1019.       761 => "2019-07-23"
  1020.       762 => "2019-07-23"
  1021.       763 => 2
  1022.       764 => 1
  1023.       765 => 6193
  1024.       766 => "2019-07-18"
  1025.       767 => "2019-07-18"
  1026.       768 => "2019-07-24"
  1027.       769 => "2019-07-24"
  1028.       770 => 2
  1029.       771 => 1
  1030.       772 => 6120
  1031.       773 => "2019-07-18"
  1032.       774 => "2019-07-18"
  1033.       775 => "2019-07-23"
  1034.       776 => "2019-07-23"
  1035.       777 => 2
  1036.       778 => 1
  1037.       779 => 6120
  1038.       780 => "2019-07-18"
  1039.       781 => "2019-07-18"
  1040.       782 => "2019-07-24"
  1041.       783 => "2019-07-24"
  1042.       784 => 2
  1043.       785 => 1
  1044.       786 => 5313
  1045.       787 => "2019-07-18"
  1046.       788 => "2019-07-18"
  1047.       789 => "2019-07-23"
  1048.       790 => "2019-07-23"
  1049.       791 => 2
  1050.       792 => 1
  1051.       793 => 5313
  1052.       794 => "2019-07-18"
  1053.       795 => "2019-07-18"
  1054.       796 => "2019-07-24"
  1055.       797 => "2019-07-24"
  1056.       798 => 2
  1057.       799 => 1
  1058.       800 => 6132
  1059.       801 => "2019-07-18"
  1060.       802 => "2019-07-18"
  1061.       803 => "2019-07-23"
  1062.       804 => "2019-07-23"
  1063.       805 => 2
  1064.       806 => 1
  1065.       807 => 6132
  1066.       808 => "2019-07-18"
  1067.       809 => "2019-07-18"
  1068.       810 => "2019-07-24"
  1069.       811 => "2019-07-24"
  1070.       812 => 2
  1071.       813 => 1
  1072.       814 => 6352
  1073.       815 => "2019-07-18"
  1074.       816 => "2019-07-18"
  1075.       817 => "2019-07-23"
  1076.       818 => "2019-07-23"
  1077.       819 => 2
  1078.       820 => 1
  1079.       821 => 6352
  1080.       822 => "2019-07-18"
  1081.       823 => "2019-07-18"
  1082.       824 => "2019-07-24"
  1083.       825 => "2019-07-24"
  1084.       826 => 2
  1085.       827 => 1
  1086.       828 => 6252
  1087.       829 => "2019-07-18"
  1088.       830 => "2019-07-18"
  1089.       831 => "2019-07-23"
  1090.       832 => "2019-07-23"
  1091.       833 => 2
  1092.       834 => 1
  1093.       835 => 6252
  1094.       836 => "2019-07-18"
  1095.       837 => "2019-07-18"
  1096.       838 => "2019-07-24"
  1097.       839 => "2019-07-24"
  1098.     ]
  1099.     "time" => 16.08
  1100.   ]
  1101.   29 => array:3 [
  1102.     "query" => "select * from "orders" where "id" = ? limit 1"
  1103.     "bindings" => array:1 [
  1104.       0 => 1279776
  1105.     ]
  1106.     "time" => 1.22
  1107.   ]
  1108.   30 => array:3 [
  1109.     "query" => "select * from "orders" where "id" = ? limit 1"
  1110.     "bindings" => array:1 [
  1111.       0 => 1279776
  1112.     ]
  1113.     "time" => 1.17
  1114.   ]
  1115.   31 => array:3 [
  1116.     "query" => "select * from "menu_type" where "menu_type"."id" = ? and "menu_type"."id" is not null limit 1"
  1117.     "bindings" => array:1 [
  1118.       0 => 1
  1119.     ]
  1120.     "time" => 1.23
  1121.   ]
  1122.   32 => array:3 [
  1123.     "query" => "select * from "lib_brands" where "lib_brands"."id" = ? limit 1"
  1124.     "bindings" => array:1 [
  1125.       0 => 1
  1126.     ]
  1127.     "time" => 0.94
  1128.   ]
  1129.   33 => array:3 [
  1130.     "query" => "select "orders".*, "order_relations"."child_order_id" as "pivot_child_order_id", "order_relations"."parent_order_id" as "pivot_parent_order_id" from "orders" inner join "order_relations" on "orders"."id" = "order_relations"."parent_order_id" where "order_relations"."child_order_id" = ?"
  1131.     "bindings" => array:1 [
  1132.       0 => 1279776
  1133.     ]
  1134.     "time" => 1.34
  1135.   ]
  1136.   34 => array:3 [
  1137.     "query" => "select * from "lib_products" where "lib_products"."id" = ? limit 1"
  1138.     "bindings" => array:1 [
  1139.       0 => 36
  1140.     ]
  1141.     "time" => 0.99
  1142.   ]
  1143.   35 => array:3 [
  1144.     "query" => "update "deliveries" set "updated_at" = ?, "total_price" = ? where "id" = ?"
  1145.     "bindings" => array:3 [
  1146.       0 => "2019-07-18 10:59:55"
  1147.       1 => 1503
  1148.       2 => 4930968
  1149.     ]
  1150.     "time" => 1.28
  1151.   ]
  1152.   36 => array:3 [
  1153.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "part_number" = ? and "currency_id" = ? order by "group_order" asc limit 1"
  1154.     "bindings" => array:6 [
  1155.       0 => 106624
  1156.       1 => 1
  1157.       2 => 1
  1158.       3 => 1279776
  1159.       4 => 4930968
  1160.       5 => 2
  1161.     ]
  1162.     "time" => 1.16
  1163.   ]
  1164.   37 => array:3 [
  1165.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1166.     "bindings" => array:2 [
  1167.       0 => 1
  1168.       1 => 4842080
  1169.     ]
  1170.     "time" => 1.02
  1171.   ]
  1172.   38 => array:3 [
  1173.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1174.     "bindings" => array:2 [
  1175.       0 => 0
  1176.       1 => 4842080
  1177.     ]
  1178.     "time" => 1.14
  1179.   ]
  1180.   39 => array:3 [
  1181.     "query" => "update "fin_withdraw_acts" set "updated_at" = ?, "sum" = ?, "aggrdebt" = ?, "predebt" = ? where "id" = ?"
  1182.     "bindings" => array:5 [
  1183.       0 => "2019-07-18 10:59:55"
  1184.       1 => 150300
  1185.       2 => 150300
  1186.       3 => 150300
  1187.       4 => 4842080
  1188.     ]
  1189.     "time" => 1.05
  1190.   ]
  1191.   40 => array:3 [
  1192.     "query" => "select * from "deliveries" where "id" = ? limit 1"
  1193.     "bindings" => array:1 [
  1194.       0 => 4930968
  1195.     ]
  1196.     "time" => 1.12
  1197.   ]
  1198.   41 => array:3 [
  1199.     "query" => "select * from "menu_type" where "menu_type"."id" = ? and "menu_type"."id" is not null limit 1"
  1200.     "bindings" => array:1 [
  1201.       0 => 1
  1202.     ]
  1203.     "time" => 1.12
  1204.   ]
  1205.   42 => array:3 [
  1206.     "query" => "select * from "lib_brands" where "lib_brands"."id" = ? limit 1"
  1207.     "bindings" => array:1 [
  1208.       0 => 1
  1209.     ]
  1210.     "time" => 0.97
  1211.   ]
  1212.   43 => array:3 [
  1213.     "query" => "select "orders".*, "order_relations"."child_order_id" as "pivot_child_order_id", "order_relations"."parent_order_id" as "pivot_parent_order_id" from "orders" inner join "order_relations" on "orders"."id" = "order_relations"."parent_order_id" where "order_relations"."child_order_id" = ?"
  1214.     "bindings" => array:1 [
  1215.       0 => 1279776
  1216.     ]
  1217.     "time" => 1.39
  1218.   ]
  1219.   44 => array:3 [
  1220.     "query" => "select * from "price_plan" where "price_plan"."id" = ? limit 1"
  1221.     "bindings" => array:1 [
  1222.       0 => 246
  1223.     ]
  1224.     "time" => 0.96
  1225.   ]
  1226.   45 => array:3 [
  1227.     "query" => "select * from "lib_products" where "lib_products"."id" = ? limit 1"
  1228.     "bindings" => array:1 [
  1229.       0 => 36
  1230.     ]
  1231.     "time" => 0.98
  1232.   ]
  1233.   46 => array:3 [
  1234.     "query" => "update "deliveries" set "updated_at" = ?, "total_price" = ? where "id" = ?"
  1235.     "bindings" => array:3 [
  1236.       0 => "2019-07-18 10:59:55"
  1237.       1 => 1710
  1238.       2 => 4930969
  1239.     ]
  1240.     "time" => 1.38
  1241.   ]
  1242.   47 => array:3 [
  1243.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "part_number" = ? and "currency_id" = ? order by "group_order" asc limit 1"
  1244.     "bindings" => array:6 [
  1245.       0 => 106624
  1246.       1 => 1
  1247.       2 => 1
  1248.       3 => 1279776
  1249.       4 => 4930969
  1250.       5 => 2
  1251.     ]
  1252.     "time" => 1.18
  1253.   ]
  1254.   48 => array:3 [
  1255.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1256.     "bindings" => array:2 [
  1257.       0 => 1
  1258.       1 => 4842081
  1259.     ]
  1260.     "time" => 0.94
  1261.   ]
  1262.   49 => array:3 [
  1263.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1264.     "bindings" => array:2 [
  1265.       0 => 0
  1266.       1 => 4842081
  1267.     ]
  1268.     "time" => 0.91
  1269.   ]
  1270.   50 => array:3 [
  1271.     "query" => "update "fin_withdraw_acts" set "updated_at" = ?, "sum" = ?, "aggrdebt" = ?, "predebt" = ? where "id" = ?"
  1272.     "bindings" => array:5 [
  1273.       0 => "2019-07-18 10:59:55"
  1274.       1 => 171000
  1275.       2 => 171000
  1276.       3 => 171000
  1277.       4 => 4842081
  1278.     ]
  1279.     "time" => 0.97
  1280.   ]
  1281.   51 => array:3 [
  1282.     "query" => "select * from "deliveries" where "id" = ? limit 1"
  1283.     "bindings" => array:1 [
  1284.       0 => 4930969
  1285.     ]
  1286.     "time" => 1.06
  1287.   ]
  1288.   52 => array:3 [
  1289.     "query" => "select * from "menu_type" where "menu_type"."id" = ? and "menu_type"."id" is not null limit 1"
  1290.     "bindings" => array:1 [
  1291.       0 => 1
  1292.     ]
  1293.     "time" => 0.94
  1294.   ]
  1295.   53 => array:3 [
  1296.     "query" => "select * from "lib_brands" where "lib_brands"."id" = ? limit 1"
  1297.     "bindings" => array:1 [
  1298.       0 => 1
  1299.     ]
  1300.     "time" => 0.92
  1301.   ]
  1302.   54 => array:3 [
  1303.     "query" => "select "orders".*, "order_relations"."child_order_id" as "pivot_child_order_id", "order_relations"."parent_order_id" as "pivot_parent_order_id" from "orders" inner join "order_relations" on "orders"."id" = "order_relations"."parent_order_id" where "order_relations"."child_order_id" = ?"
  1304.     "bindings" => array:1 [
  1305.       0 => 1279776
  1306.     ]
  1307.     "time" => 1.3
  1308.   ]
  1309.   55 => array:3 [
  1310.     "query" => "select * from "price_plan" where "price_plan"."id" = ? limit 1"
  1311.     "bindings" => array:1 [
  1312.       0 => 246
  1313.     ]
  1314.     "time" => 1.01
  1315.   ]
  1316.   56 => array:3 [
  1317.     "query" => "select * from "lib_products" where "lib_products"."id" = ? limit 1"
  1318.     "bindings" => array:1 [
  1319.       0 => 36
  1320.     ]
  1321.     "time" => 0.93
  1322.   ]
  1323.   57 => array:3 [
  1324.     "query" => "update "deliveries" set "updated_at" = ?, "total_price" = ? where "id" = ?"
  1325.     "bindings" => array:3 [
  1326.       0 => "2019-07-18 10:59:55"
  1327.       1 => 1710
  1328.       2 => 4930970
  1329.     ]
  1330.     "time" => 1.35
  1331.   ]
  1332.   58 => array:3 [
  1333.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "part_number" = ? and "currency_id" = ? order by "group_order" asc limit 1"
  1334.     "bindings" => array:6 [
  1335.       0 => 106624
  1336.       1 => 1
  1337.       2 => 1
  1338.       3 => 1279776
  1339.       4 => 4930970
  1340.       5 => 2
  1341.     ]
  1342.     "time" => 1.17
  1343.   ]
  1344.   59 => array:3 [
  1345.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1346.     "bindings" => array:2 [
  1347.       0 => 1
  1348.       1 => 4842082
  1349.     ]
  1350.     "time" => 0.98
  1351.   ]
  1352.   60 => array:3 [
  1353.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1354.     "bindings" => array:2 [
  1355.       0 => 0
  1356.       1 => 4842082
  1357.     ]
  1358.     "time" => 0.91
  1359.   ]
  1360.   61 => array:3 [
  1361.     "query" => "update "fin_withdraw_acts" set "updated_at" = ?, "sum" = ?, "aggrdebt" = ?, "predebt" = ? where "id" = ?"
  1362.     "bindings" => array:5 [
  1363.       0 => "2019-07-18 10:59:55"
  1364.       1 => 171000
  1365.       2 => 171000
  1366.       3 => 171000
  1367.       4 => 4842082
  1368.     ]
  1369.     "time" => 1.05
  1370.   ]
  1371.   62 => array:3 [
  1372.     "query" => "select * from "deliveries" where "id" = ? limit 1"
  1373.     "bindings" => array:1 [
  1374.       0 => 4930970
  1375.     ]
  1376.     "time" => 1.02
  1377.   ]
  1378.   63 => array:3 [
  1379.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? and "status_id" in (?, ?) order by "group_order" asc"
  1380.     "bindings" => array:7 [
  1381.       0 => 106624
  1382.       1 => 1
  1383.       2 => 1
  1384.       3 => 1279776
  1385.       4 => 2
  1386.       5 => 1
  1387.       6 => 2
  1388.     ]
  1389.     "time" => 1.12
  1390.   ]
  1391.   64 => array:3 [
  1392.     "query" => "select * from "fin_withdraw_requests" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? order by "id" asc"
  1393.     "bindings" => array:5 [
  1394.       0 => 106624
  1395.       1 => 1
  1396.       2 => 1
  1397.       3 => 1279776
  1398.       4 => 2
  1399.     ]
  1400.     "time" => 1.01
  1401.   ]
  1402.   65 => array:3 [
  1403.     "query" => "select "fin_withdraw_requests_detailed".* from "fin_withdraw_requests_detailed" left join "lib_currency_sub" on "lib_currency_sub"."id" = "fin_withdraw_requests_detailed"."currency_subid" where "fin_withdraw_requests_detailed"."withdraw_requests_id" = ? and ("fin_withdraw_requests_detailed"."amount" > ? or "fin_withdraw_requests_detailed"."blocked_payment" > ?) order by "lib_currency_sub"."priority" asc"
  1404.     "bindings" => array:3 [
  1405.       0 => 2332318
  1406.       1 => 0
  1407.       2 => 0
  1408.     ]
  1409.     "time" => 1.02
  1410.   ]
  1411.   66 => array:3 [
  1412.     "query" => "select * from "fin_withdraw_acts" where "id" = ? limit 1"
  1413.     "bindings" => array:1 [
  1414.       0 => 4842080
  1415.     ]
  1416.     "time" => 0.98
  1417.   ]
  1418.   67 => array:3 [
  1419.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1420.     "bindings" => array:2 [
  1421.       0 => 1
  1422.       1 => 4842080
  1423.     ]
  1424.     "time" => 0.71
  1425.   ]
  1426.   68 => array:3 [
  1427.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1428.     "bindings" => array:2 [
  1429.       0 => 0
  1430.       1 => 4842080
  1431.     ]
  1432.     "time" => 0.68
  1433.   ]
  1434.   69 => array:3 [
  1435.     "query" => "select * from "fin_withdraw_acts" where "id" = ? limit 1"
  1436.     "bindings" => array:1 [
  1437.       0 => 4842081
  1438.     ]
  1439.     "time" => 0.73
  1440.   ]
  1441.   70 => array:3 [
  1442.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1443.     "bindings" => array:2 [
  1444.       0 => 1
  1445.       1 => 4842081
  1446.     ]
  1447.     "time" => 0.6
  1448.   ]
  1449.   71 => array:3 [
  1450.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1451.     "bindings" => array:2 [
  1452.       0 => 0
  1453.       1 => 4842081
  1454.     ]
  1455.     "time" => 0.58
  1456.   ]
  1457.   72 => array:3 [
  1458.     "query" => "select * from "fin_withdraw_acts" where "id" = ? limit 1"
  1459.     "bindings" => array:1 [
  1460.       0 => 4842082
  1461.     ]
  1462.     "time" => 0.79
  1463.   ]
  1464.   73 => array:3 [
  1465.     "query" => "update "fin_withdraw_acts_detailed" set "status_id" = ? where "withdraw_act_id" = ?"
  1466.     "bindings" => array:2 [
  1467.       0 => 1
  1468.       1 => 4842082
  1469.     ]
  1470.     "time" => 0.67
  1471.   ]
  1472.   74 => array:3 [
  1473.     "query" => "update "fin_withdraw_acts_detailed" set "amount" = ? where "withdraw_act_id" = ?"
  1474.     "bindings" => array:2 [
  1475.       0 => 0
  1476.       1 => 4842082
  1477.     ]
  1478.     "time" => 0.59
  1479.   ]
  1480.   75 => array:3 [
  1481.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? and "status_id" in (?, ?) order by "group_order" asc"
  1482.     "bindings" => array:7 [
  1483.       0 => 106624
  1484.       1 => 1
  1485.       2 => 2
  1486.       3 => 1279776
  1487.       4 => 2
  1488.       5 => 1
  1489.       6 => 2
  1490.     ]
  1491.     "time" => 0.83
  1492.   ]
  1493.   76 => array:3 [
  1494.     "query" => "select * from "fin_withdraw_requests" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? order by "id" asc"
  1495.     "bindings" => array:5 [
  1496.       0 => 106624
  1497.       1 => 1
  1498.       2 => 2
  1499.       3 => 1279776
  1500.       4 => 2
  1501.     ]
  1502.     "time" => 0.73
  1503.   ]
  1504.   77 => array:3 [
  1505.     "query" => "select * from "fin_withdraw_acts" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? and "status_id" in (?, ?) order by "group_order" asc"
  1506.     "bindings" => array:7 [
  1507.       0 => 106624
  1508.       1 => 1
  1509.       2 => 3
  1510.       3 => 1279776
  1511.       4 => 2
  1512.       5 => 1
  1513.       6 => 2
  1514.     ]
  1515.     "time" => 0.76
  1516.   ]
  1517.   78 => array:3 [
  1518.     "query" => "select * from "fin_withdraw_requests" where "client_id" = ? and "payment_object_id" = ? and "payment_object_subid" = ? and "payment_item_id" = ? and "currency_id" = ? order by "id" asc"
  1519.     "bindings" => array:5 [
  1520.       0 => 106624
  1521.       1 => 1
  1522.       2 => 3
  1523.       3 => 1279776
  1524.       4 => 2
  1525.     ]
  1526.     "time" => 0.72
  1527.   ]
  1528.   79 => array:3 [
  1529.     "query" => "select * from "orders" where "id" = ? limit 1"
  1530.     "bindings" => array:1 [
  1531.       0 => 1279776
  1532.     ]
  1533.     "time" => 0.83
  1534.   ]
  1535. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement