SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000243
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 9627184
Run Time: 0.000880
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 159
Run Time: 0.001378
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id)
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 9627184
Run Time: 0.001730
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 11 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 72082759
Run Time: 0.000964
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_ip | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 9627184
Run Time: 0.001109
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(159))
ORDER BY field.materialized_order
Run Time: 0.001404
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.001644
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(159))
ORDER BY field.materialized_order
Run Time: 0.001490
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.005400
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.005030
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000727
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.001194
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.001047
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000230
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101758624, haravan.vn
Run Time: 0.000323
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_thread_approve WHERE userid = 101758624 AND threadid = 9627184 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000233
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101758624, webcall.vn, 1
Run Time: 0.000268
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_user_up
WHERE user_id = ?
ORDER BY datecreated DESC
Params: 0
Run Time: 0.000163
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_user_up | ref | user_id | user_id | 4 | const | 1 | Using where; Using filesort |
SELECT user.*
FROM xf_user AS user
WHERE user.user_id = ?
Params: 101758624
Run Time: 0.000521
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000204
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 159 AND thread.sticky = 1 AND thread.thread_id <> 9627184 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001194
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index condition; Using temporary; Using filesort |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 159 AND thread.sticky <> 1 AND thread.thread_id <> 9627184 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.000833
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | PRIMARY | 4 | | 1102494 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 159
Run Time: 0.000296
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 1 | Using where; Using filesort |
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=9627184, 1656349610,
Run Time: 0.000458
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000204
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 1058836274, a:10:{i:0;s:428:"Hiện nay nhu cầu về cuộc sống ngày càng cao và việc bảo quản thực phẩm đông lạnh là yêu cầu cấp thiết. Đồng thời tìm ra cách sửa tủ lạnh của đơn vị uy tín tại nhà, để hướng dẫn sửa chửa tủ lạnh tại nhà là một điều rất cần thiết. Điện lạnh Đạt Thắng hy vọng sẽ giúp bạn xử lý một số hư hỏng ở tủ lạnh.
";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:125:"https://dienlanhdatthang.com/wp-content/uploads/2021/08/S%E1%BB%ADa-t%E1%BB%A7-l%E1%BA%A1nh-t%E1%BA%A1i-nh%C3%A03-225x300.jpg";}}i:2;s:30:"
sửa tủ lạnh tại nhà
";i:3;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:72:"1. Nguyên nhân và cách sửa tủ lạnh chuyên nghiệp tại nhà";}}}}i:4;s:1:"
";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:51:"https://giphy.com/gifs/originals-M9OowyXcTJkOlkurIT";s:8:"original";a:2:{i:0;s:59:"[URL='https://giphy.com/gifs/originals-M9OowyXcTJkOlkurIT']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:9:"via GIPHY";}}i:6;s:310:"
Tủ lạnh hoạt động theo chu trình khép kín tuần hoàn. Việc bảo trì bảo dưỡng sửa tủ lạnh thường xuyên giúp nâng cao tuổi thọ, nâng cao khả năng làm việc. Cách nhận biết cơ bản cũng như quy trình sửa tủ lạnh tại nhà là rất cần thiết.
";i:7;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:897:"
[*] Tủ lạnh bị chảy nước ở ngăn mát. Quá trình xả đá bị gián đoạn làm đông cứng ngăn đông làm chảy nước ở ngăn mát. Ron tủ lạnh bị gảy chay hư lượng không khí có độ ẩm sinh ra hơi nước. Nên thay mới và tìm vật tư chính hãng để sửa.
[*]Cách tủ lạnh hai bên hông hoặc sau lưng quá nóng hoặc lạnh ngắt tại nhà. Block bị nghẹt gas sản sinh lượng nhiệt độ cao bên hông tủ và block hư hoặc hỏng thermic bên hông sẽ lạnh. Bạn nên ngắt nguồn điện ngay để 2 tiếng, dùng búa gỏ nhẹ vào phin lọc gas.
[*]Quạt trong ngăn đông tủ lạnh không hoạt đông, đồ ăn không đông. Cách sửa quạt bay hơi của tủ lạnh tại nhà bạn bị hư, là nhanh chóng sửa quạt hoặc thay mới tại nhà an toàn tiết kiệm.
";}}i:8;s:1:"
";i:9;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:5:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:148:"https://dienlanhdatthang.com/wp-content/uploads/2021/08/S%E1%BB%ADa-t%E1%BB%A7-l%E1%BA%A1nh-t%E1%BA%A1i-nh%C3%A0.1-scaled-e1628653617413-225x300.jpg";}}i:1;s:2:"
";i:2;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:416:"Trước tiên bạn phải xác định tủ lạnh nhà bạn là thuộc dòng nào. Từ đó có cách khắc phục triệt để tủ lạnh tại nhà riêng biệt. Kiểm tra sơ bộ ngăn đông, ngăn mát, hai bên hông tủ các núm điều chỉnh nhiệt độ và chỉnh gió trong tủ lạnh. Sao đây là cách cơ bản giúp bạn xử lý của 2 loại tủ lạnh trên thị trường.";}}i:3;s:2:"
";i:4;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:16:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:80:"2. Cách sửa tủ lạnh inverter chuyên nghiệp thành phố Hồ Chí Minh";}}i:1;s:441:"
Tủ lạnh inverter là dòng mới trên thị trường, sử dụng công nghệ biến tần tiên tiến trên thế giới. Cách sửa tủ lạnh loại này trở nên khó khăn tại nhà quý khách, Ở đây tôi không khuyến khích các bạn làm theo cách sửa này, vì phải học tập tại trường đạo tạo điện lạnh chuyên nghiệp, có thời gian thực hành và tuân thủ an toàn điện.
";i:2;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:376:"
[*]Tủ lạnh chạy liên tục không nên tắt rồi kiểm tra, xem block chạy hay không?
[*]Quạt dàn lạnh dàn nóng chạy như thế nào?
[*]Bạn nên kiểm tra phích cắm và các ổ điện trước khi gọi dịch vụ sửa chửa tủ lạnh tại nhà.
[*]Tất cả bình thường bạn có thể thay cảm biến âm và điện trở xả.
";}}i:3;s:2:"
";i:4;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:51:"3. Cách sửa chửa tủ lạnh thường uy tín";}}}}i:5;s:1:"
";i:6;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:692:"
[*]Tủ lạnh loại này gọi là tủ quạt, cách sửa chửa đơn giản tủ lạnh nếu không hư block . Việc kiểm tra như tủ inverter bạn có thể gọi cho điện lạnh Đạt Thắng sẽ được hướng dẫn.
[*]Cách sửa tủ lạnh thường thành phố Hồ Chí Minh quy trình an toàn, mang giầy hoặc dép tất nhiên các bạn khi kiểm tra phải để tại nhà chạy vài ngày.
[*]Kiểm tra block dòng điện, kiểm tra timer xem có quay không và xác định hư con nào.
[*]Kiểm tra tốc độ quay của quạt ngăn đông, lựa chọn quạt đủ công suất để nâng cao hiệu suất bay hơi của tủ lạnh
";}}i:7;s:12:"
Quy trình ";i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"https://dienlanhdatthang.com/sua-tu-lanh-binh-chanh/";s:8:"original";a:2:{i:0;s:60:"[URL='https://dienlanhdatthang.com/sua-tu-lanh-binh-chanh/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:30:"cách sửa chửa tủ lạnh";}}i:9;s:289:" phải tuân thủ nghiêm ngặt tại nhà giá rẻ an toàn điện. Phải có người giám xác tại nhà để kịp thời xử lý. Nếu có trục trặc đừng ngần ngại gọi sửa tủ lạnh tại nhà hoặc zalo 0907769734 sẽ được tư vấn tận tình.
";i:10;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:68:" 4. Bảng giá cách sửa tủ lạnh tại nhà chuyên nghiệp";}}}}i:11;s:1:"
";i:12;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"https://giphy.com/gifs/peyton-list-l378sauByYaQCjSi4";s:8:"original";a:2:{i:0;s:60:"[URL='https://giphy.com/gifs/peyton-list-l378sauByYaQCjSi4']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:9:"via GIPHY";}}i:13;s:2:"
";i:14;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:74:"Sau đây là bảng giá tham khảo tại điện lạnh Đạt Thắng ";}}i:15;s:1206:"giá có thể biến động theo cung cầu thị trường. Vật tư được nhập giá sĩ chính hãng bảo hành 1 năm.
Không phát sinh chi phí tất cả các quận trong thành phố Hồ Chí Minh và các vùng lân cận. Đảm bảo cách sửa tủ lạnh chuyên nghiệp chất lượng không chặt chém tại nhà. Nhân viên vui vẻ thân thiện nhiệt tình, báo giá tại nhà một lần đến khi hết bảo hành. Giảm giá 50% cho người neo đơn sinh viên gặp khó khăn khi sửa tủ lạnh tại nhà thành phố Hồ Chí Minh.
Lưu ý cách sửa chửa chuyên nghiệp tủ lạnh tại nhà trên chỉ mang tính chất tham khảo, một số lỗi cơ bản của bạn có thể sử lý tốt. Quá trình làm việc phải đảm bảo an toàn, phòng cháy chửa cháy tại nơi khi làm việc.
Vật tư tủ lạnh Tiền công sửa tủ lạnh Ghi chú
Cảm biến âm 250.000
Điện trở xả băng 300.000
Thermic và rơle 200.000
Thay block Báo giá trước
Thay quạt Báo giá trước
thay hay sửa ron tủ lạnh 150.000/m tại nhà
Độ board, thay board Báo giá trước
Vệ sinh bảo trì 200.000";}}}}}, 1631068078, 1656349610
Run Time: 0.000645
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc')
Params: 4
Run Time: 0.000196
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 5 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000207
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1656348710)
ORDER BY session_activity.view_date DESC
Run Time: 0.004218
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | range | view_date | view_date | 4 | | 398 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |