Test Online Free Microsoft SC-200 Exam Questions and Answers
Practice a live sample before buying full access. This page keeps the free SC-200 question set organized by page so visitors and search engines can reach the canonical -questions.html URL directly.
You have the following advanced hunting query in Microsoft 365 Defender.
You need to receive an alert when any process disables System Restore on a device managed by Microsoft Defender during the last 24 hours.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are configuring Microsoft Defender for Identity integration with Active Directory.
From the Microsoft Defender for identity portal, you need to configure several accounts for attackers to exploit.
Solution: From Entity tags, you add the accounts as Honeytoken accounts.
Does this meet the goal?
You need to assign a role-based access control (RBAC) role to admin1 to meet the Azure Sentinel requirements and the business requirements.
Which role should you assign?
HOTSPOT
From Azure Sentinel, you open the Investigation pane for a high-severity incident as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.
Answer:
Question 35Written Answer
DRAG DROP
You have 50 on-premises servers.
You have an Azure subscription that uses Microsoft Defender for Cloud. The Defender for Cloud deployment has Microsoft Defender for Servers and automatic provisioning enabled.
You need to configure Defender for Cloud to support the on-premises servers.
The solution must meet the following requirements:
• Provide threat and vulnerability management.
• Support data collection rules.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
To configure Defender for Cloud to support the on-premises servers, you should perform the following three actions in sequence:
✑ On the on-premises servers, install the Azure Connected Machine agent.
✑ On the on-premises servers, install the Log Analytics agent.
✑ From the Data controller settings in the Azure portal, create an Azure Arc data controller.
Once these steps are completed, the on-premises servers will be able to communicate with the Azure Defender for Cloud deployment and will be able to support threat and vulnerability management as well as data collection rules.
Reference: https://docs.microsoft.com/en-us/azure/security-center/deploy-azure-security-center#on-premises-deployment
Question 36Selectable Answer
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are configuring Microsoft Defender for Identity integration with Active Directory.
From the Microsoft Defender for identity portal, you need to configure several accounts for attackers to exploit.
Solution: From Azure Identity Protection, you configure the sign-in risk policy.
Does this meet the goal?
HOTSPOT
You have a Microsoft 365 subscription that uses Microsoft 365 Defender and contains a user named User1.
You are notified that the account of User1 is compromised.
You need to review the alerts triggered on the devices to which User1 signed in.
How should you complete the query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: join
An inner join.
This query uses kind=inner to specify an inner-join, which prevents deduplication of left side values for DeviceId.
This query uses the DeviceInfo table to check if a potentially compromised user (<account-name>) has logged on to any devices and then lists the alerts that have been triggered on those devices.
DeviceInfo
//Query for devices that the potentially compromised account has logged onto | where LoggedOnUsers contains '<account-name>' | distinct DeviceId
//Crosscheck devices against alert records in AlertEvidence and AlertInfo tables | join kind=inner AlertEvidence on DeviceId | project AlertId
//List all alerts on devices that user has logged on to | join AlertInfo on AlertId
| project AlertId, Timestamp, Title, Severity, Category
DeviceInfo LoggedOnUsers AlertEvidence "project AlertID"
Box 2: project
Question 38Written Answer
HOTSPOT
You need to configure the Azure Sentinel integration to meet the Azure Sentinel requirements.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Graphical user interface, text, application
Description automatically generated
Question 39Selectable Answer
You have a Microsoft 365 E5 subscription that uses Microsoft SharePoint Online.
You delete users from the subscription.
You need to be notified if the deleted users downloaded numerous documents from SharePoint Online sites during the month before their accounts were deleted.
What should you use?
Answer: Explanation:
Alert policies let you categorize the alerts that are triggered by a policy, apply the policy to all users in your organization, set a threshold level for when an alert is triggered, and decide whether to receive email notifications when alerts are triggered.
Default alert policies include:
Unusual external user file activity -Generates an alert when an unusually large number of activities are performed on files in SharePoint or OneDrive by users outside of your organization. This includes activities such as accessing files, downloading files, and deleting files. This policy has a High severity setting.
Reference: https://docs.microsoft.com/en-us/microsoft-365/compliance/alert-policies
Question 40Written Answer
DRAG DROP
You have resources in Azure and Google cloud.
You need to ingest Google Cloud Platform (GCP) data into Azure Defender.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Answer:
Question 41Selectable Answer
Your company has an on-premises network that uses Microsoft Defender for Identity.
The Microsoft Secure Score for the company includes a security assessment associated with unsecure Kerberos delegation.
You need remediate the security risk.
What should you do?
Answer: Explanation:
To remediate the security risk associated with unsecure Kerberos delegation, you should modify the properties of the computer objects listed as exposed entities. Specifically, you should set the Kerberos delegation settings to either 'Trust this computer for delegation to any service' or 'Trust this computer for delegation to specified services only'. This will ensure that the computer is not allowed to use Kerberos delegation to access other computers on the network.
Reference: https://docs.microsoft.com/en-us/windows/security/identity-protection/microsoft-defender-for-identity/configure-kerberos-delegation
Question 42Selectable Answer
You implement Safe Attachments policies in Microsoft Defender for Office 365.
Users report that email messages containing attachments take longer than expected to be received.
You need to reduce the amount of time it takes to deliver messages that contain attachments without compromising security. The attachments must be scanned for malware, and any messages that contain malware must be blocked.
What should you configure in the Safe Attachments policies?
You have an existing Azure logic app that is used to block Azure Active Directory (Azure AD) users. The logic app is triggered manually.
You deploy Azure Sentinel.
You need to use the existing logic app as a playbook in Azure Sentinel.
What should you do first?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are configuring Azure Sentinel.
You need to create an incident in Azure Sentinel when a sign-in to an Azure virtual machine from a malicious IP address is detected.
Solution: You create a livestream from a query.
Does this meet the goal?
SHOW FULL COLUMNS FROM `tk_admin_config` [ RunTime:0.003392s ]
SELECT `value`,`name` FROM `tk_admin_config` WHERE `status` = 1 [ RunTime:0.002105s ]
SHOW FULL COLUMNS FROM `tk_crm_member` [ RunTime:0.002972s ]
SHOW FULL COLUMNS FROM `tk_goods_product_pqcom` [ RunTime:0.002908s ]
SELECT `product_id` FROM `tk_goods_product_pqcom` WHERE `meta_key` = 'status' AND `meta_value` = '0' [ RunTime:0.005303s ]
SHOW FULL COLUMNS FROM `tk_crm_cart` [ RunTime:0.002816s ]
SHOW FULL COLUMNS FROM `tk_cms_slider` [ RunTime:0.002923s ]
SELECT * FROM `tk_cms_slider` WHERE `status` = 1 [ RunTime:0.001940s ]
SHOW FULL COLUMNS FROM `tk_cms_support` [ RunTime:0.002709s ]
SELECT * FROM `tk_cms_support` WHERE `status` = 1 ORDER BY `sort` [ RunTime:0.002049s ]
SHOW FULL COLUMNS FROM `tk_goods_baseproduct` [ RunTime:0.002839s ]
SHOW FULL COLUMNS FROM `tk_admin_site` [ RunTime:0.002714s ]
SELECT `config` FROM `tk_admin_site` WHERE `name` = 'pqcom' LIMIT 1 [ RunTime:0.001970s ]
SELECT `id` FROM `tk_goods_baseproduct` WHERE `seourl` = 'sc-200' AND `language` = 'EN' LIMIT 1 [ RunTime:0.002829s ]
SELECT * FROM `tk_goods_baseproduct` WHERE `id` = 2768 LIMIT 1 [ RunTime:0.002014s ]
SELECT `meta_value` FROM `tk_goods_product_pqcom` WHERE `product_id` = '2768' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.003923s ]
SHOW FULL COLUMNS FROM `tk_goods_cate_relationships` [ RunTime:0.002646s ]
SELECT `cate_id` FROM `tk_goods_cate_relationships` WHERE `product_id` = 2768 [ RunTime:0.001951s ]
SHOW FULL COLUMNS FROM `tk_goods_baseproductcategory` [ RunTime:0.002600s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1276 LIMIT 1 [ RunTime:0.001936s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001889s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1276 LIMIT 1 [ RunTime:0.001912s ]
SHOW FULL COLUMNS FROM `tk_goods_productcategory_pqcom` [ RunTime:0.002577s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1276' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001988s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001890s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002022s ]
SELECT * FROM `tk_goods_baseproduct` WHERE `id` = 2768 LIMIT 1 [ RunTime:0.002000s ]
SELECT * FROM `tk_goods_product_pqcom` WHERE `product_id` = '2768' [ RunTime:0.003982s ]
SELECT `goods_baseproductcategory`.*,`goods_cate_relationships`.`cate_id` FROM `tk_goods_baseproductcategory` `goods_baseproductcategory` INNER JOIN `tk_goods_cate_relationships` `goods_cate_relationships` ON `goods_cate_relationships`.`cate_id`=`goods_baseproductcategory`.`id` WHERE `goods_cate_relationships`.`product_id` = '2768' LIMIT 1 [ RunTime:0.002020s ]
SELECT `id`,`pid`,`name`,`seourl` FROM `tk_goods_baseproductcategory` [ RunTime:0.007618s ]
SELECT `goods_baseproductcategory`.*,`goods_cate_relationships`.`cate_id` FROM `tk_goods_baseproductcategory` `goods_baseproductcategory` INNER JOIN `tk_goods_cate_relationships` `goods_cate_relationships` ON `goods_cate_relationships`.`cate_id`=`goods_baseproductcategory`.`id` WHERE `goods_cate_relationships`.`product_id` = '2768' LIMIT 1 [ RunTime:0.002025s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1276' AND `meta_key` = 'exam_title' LIMIT 1 [ RunTime:0.002058s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'exam_title' LIMIT 1 [ RunTime:0.001917s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1276' AND `meta_key` = 'exam_keywords' LIMIT 1 [ RunTime:0.002008s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'exam_keywords' LIMIT 1 [ RunTime:0.001943s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1276' AND `meta_key` = 'exam_description' LIMIT 1 [ RunTime:0.001980s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'exam_description' LIMIT 1 [ RunTime:0.002014s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1276' AND `meta_key` = 'exam_tpl' LIMIT 1 [ RunTime:0.001991s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'exam_tpl' LIMIT 1 [ RunTime:0.001996s ]
SELECT `meta_value`,`meta_key` FROM `tk_goods_product_pqcom` WHERE `product_id` = '2768' AND `meta_key` IN ('sell_price','cost_price') [ RunTime:0.005504s ]
SELECT p.id, MAX(p.update_time) AS sort_time FROM `tk_goods_baseproduct` `p` INNER JOIN `tk_goods_cate_relationships` `rel` ON `rel`.`product_id`=`p`.`id` LEFT JOIN `tk_goods_product_pqcom` `product_status` ON `product_status`.`product_id`=p.id AND product_status.meta_key = 'status' WHERE `rel`.`cate_id` = '1276' AND `p`.`language` = 'EN' AND ( `product_status`.`meta_value` IS NULL OR `product_status`.`meta_value` <> '0' ) AND `p`.`id` <> '2768' GROUP BY `p`.`id` ORDER BY `sort_time` DESC [ RunTime:0.008473s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 55 [ RunTime:0.003380s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 418 [ RunTime:0.003031s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 419 [ RunTime:0.005518s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 420 [ RunTime:0.002792s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 421 [ RunTime:0.003058s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 422 [ RunTime:0.002815s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 423 [ RunTime:0.002845s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 424 [ RunTime:0.002753s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 425 [ RunTime:0.002695s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 426 [ RunTime:0.002576s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 427 [ RunTime:0.002644s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 428 [ RunTime:0.002332s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 429 [ RunTime:0.002346s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 430 [ RunTime:0.002380s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 431 [ RunTime:0.002344s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 432 [ RunTime:0.002252s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 433 [ RunTime:0.002269s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 434 [ RunTime:0.002438s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 435 [ RunTime:0.002293s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 436 [ RunTime:0.006519s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 437 [ RunTime:0.002357s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 438 [ RunTime:0.002351s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 439 [ RunTime:0.002359s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 440 [ RunTime:0.002267s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 441 [ RunTime:0.002483s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 442 [ RunTime:0.002435s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 674 [ RunTime:0.002399s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 702 [ RunTime:0.002881s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 765 [ RunTime:0.002742s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 781 [ RunTime:0.002914s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 802 [ RunTime:0.003489s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 809 [ RunTime:0.002713s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 839 [ RunTime:0.002697s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 878 [ RunTime:0.002631s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 911 [ RunTime:0.002754s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1246 [ RunTime:0.002632s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1251 [ RunTime:0.002632s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1261 [ RunTime:0.002728s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1262 [ RunTime:0.002659s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1276 [ RunTime:0.002685s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1280 [ RunTime:0.002715s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1300 [ RunTime:0.002750s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1301 [ RunTime:0.002296s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1305 [ RunTime:0.002319s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1316 [ RunTime:0.002329s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1333 [ RunTime:0.002237s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1352 [ RunTime:0.002226s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1362 [ RunTime:0.002363s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1384 [ RunTime:0.002334s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1401 [ RunTime:0.002374s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1413 [ RunTime:0.002368s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1415 [ RunTime:0.002489s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1426 [ RunTime:0.002624s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1430 [ RunTime:0.002285s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1444 [ RunTime:0.002337s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1448 [ RunTime:0.003071s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1449 [ RunTime:0.002403s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1450 [ RunTime:0.002248s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1451 [ RunTime:0.002306s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1668 [ RunTime:0.002285s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1674 [ RunTime:0.002334s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1690 [ RunTime:0.002275s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1698 [ RunTime:0.002294s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1791 [ RunTime:0.002291s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 1798 [ RunTime:0.002497s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2002 [ RunTime:0.003131s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2003 [ RunTime:0.002688s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2017 [ RunTime:0.002812s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2088 [ RunTime:0.002678s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2149 [ RunTime:0.002645s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2347 [ RunTime:0.003199s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2348 [ RunTime:0.003273s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2349 [ RunTime:0.002869s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2350 [ RunTime:0.002678s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2393 [ RunTime:0.002690s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2500 [ RunTime:0.002659s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2533 [ RunTime:0.002674s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2573 [ RunTime:0.002722s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2584 [ RunTime:0.002763s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2600 [ RunTime:0.002328s ]
SELECT `id` FROM `tk_goods_baseproductcategory` WHERE `pid` = 2606 [ RunTime:0.002310s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 418 LIMIT 1 [ RunTime:0.001913s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001882s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 418 LIMIT 1 [ RunTime:0.001954s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '418' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002143s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 419 LIMIT 1 [ RunTime:0.001953s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001894s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 419 LIMIT 1 [ RunTime:0.002004s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '419' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001917s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001906s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001880s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 420 LIMIT 1 [ RunTime:0.001894s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001914s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 420 LIMIT 1 [ RunTime:0.002071s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '420' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001991s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001853s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002048s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 421 LIMIT 1 [ RunTime:0.001894s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001843s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 421 LIMIT 1 [ RunTime:0.001874s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '421' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001869s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001859s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001887s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 422 LIMIT 1 [ RunTime:0.002111s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002077s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 422 LIMIT 1 [ RunTime:0.001812s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '422' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001896s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001896s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002379s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 423 LIMIT 1 [ RunTime:0.001949s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001998s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 423 LIMIT 1 [ RunTime:0.001952s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '423' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001981s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002019s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001976s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 424 LIMIT 1 [ RunTime:0.001992s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001906s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 424 LIMIT 1 [ RunTime:0.002114s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '424' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001976s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001999s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001955s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 425 LIMIT 1 [ RunTime:0.002511s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002008s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 425 LIMIT 1 [ RunTime:0.001929s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '425' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002016s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001962s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001961s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 426 LIMIT 1 [ RunTime:0.001948s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001944s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 426 LIMIT 1 [ RunTime:0.001902s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '426' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001952s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001906s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001944s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 427 LIMIT 1 [ RunTime:0.002099s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001946s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 427 LIMIT 1 [ RunTime:0.001985s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '427' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002050s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001887s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002144s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 428 LIMIT 1 [ RunTime:0.001906s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001896s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 428 LIMIT 1 [ RunTime:0.002010s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '428' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001988s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001869s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002012s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 429 LIMIT 1 [ RunTime:0.001945s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001928s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 429 LIMIT 1 [ RunTime:0.001882s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '429' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001916s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002025s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002094s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 430 LIMIT 1 [ RunTime:0.001862s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001904s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 430 LIMIT 1 [ RunTime:0.001886s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '430' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002081s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001978s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002059s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 431 LIMIT 1 [ RunTime:0.001863s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002054s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 431 LIMIT 1 [ RunTime:0.002048s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '431' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002063s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001924s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002029s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 432 LIMIT 1 [ RunTime:0.001880s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001972s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 432 LIMIT 1 [ RunTime:0.002107s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '432' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002051s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002713s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002038s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 433 LIMIT 1 [ RunTime:0.001975s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002011s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 433 LIMIT 1 [ RunTime:0.002083s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '433' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002040s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001928s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002193s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 434 LIMIT 1 [ RunTime:0.001968s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001885s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 434 LIMIT 1 [ RunTime:0.001927s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '434' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002102s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001978s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001970s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 435 LIMIT 1 [ RunTime:0.005193s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001931s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 435 LIMIT 1 [ RunTime:0.001913s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '435' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002021s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001935s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001993s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 436 LIMIT 1 [ RunTime:0.001905s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002146s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 436 LIMIT 1 [ RunTime:0.001899s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '436' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001992s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002480s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002367s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 437 LIMIT 1 [ RunTime:0.002069s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001898s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 437 LIMIT 1 [ RunTime:0.001907s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '437' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001982s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001976s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002044s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 438 LIMIT 1 [ RunTime:0.002040s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001908s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 438 LIMIT 1 [ RunTime:0.001963s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '438' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002111s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001935s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002081s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 439 LIMIT 1 [ RunTime:0.003196s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001977s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 439 LIMIT 1 [ RunTime:0.001964s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '439' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002042s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002093s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002018s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 440 LIMIT 1 [ RunTime:0.003183s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001902s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 440 LIMIT 1 [ RunTime:0.001938s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '440' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002004s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002167s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002053s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 441 LIMIT 1 [ RunTime:0.001986s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001939s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 441 LIMIT 1 [ RunTime:0.001994s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '441' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002060s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001998s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002079s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 442 LIMIT 1 [ RunTime:0.001878s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001942s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 442 LIMIT 1 [ RunTime:0.001884s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '442' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001996s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001928s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001967s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 674 LIMIT 1 [ RunTime:0.001959s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001924s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 674 LIMIT 1 [ RunTime:0.001994s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '674' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001911s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001888s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001946s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 702 LIMIT 1 [ RunTime:0.001947s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001995s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 702 LIMIT 1 [ RunTime:0.001972s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '702' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002028s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001902s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002436s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 765 LIMIT 1 [ RunTime:0.001967s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002043s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 765 LIMIT 1 [ RunTime:0.003231s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '765' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001989s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001890s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002010s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 781 LIMIT 1 [ RunTime:0.001991s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001877s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 781 LIMIT 1 [ RunTime:0.001863s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '781' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002010s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001984s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002030s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 802 LIMIT 1 [ RunTime:0.002014s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001877s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 802 LIMIT 1 [ RunTime:0.001938s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '802' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002016s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002007s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002051s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 809 LIMIT 1 [ RunTime:0.001934s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001970s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 809 LIMIT 1 [ RunTime:0.001898s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '809' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002024s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001967s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002072s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 839 LIMIT 1 [ RunTime:0.001924s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001944s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 839 LIMIT 1 [ RunTime:0.001918s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '839' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002033s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001979s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002033s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 878 LIMIT 1 [ RunTime:0.002037s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001983s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 878 LIMIT 1 [ RunTime:0.001909s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '878' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001975s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001932s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002155s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 911 LIMIT 1 [ RunTime:0.001901s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001906s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 911 LIMIT 1 [ RunTime:0.001886s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '911' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002002s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001903s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001938s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1246 LIMIT 1 [ RunTime:0.001883s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001886s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1246 LIMIT 1 [ RunTime:0.001948s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1246' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001955s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001955s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002645s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1251 LIMIT 1 [ RunTime:0.002662s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001941s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1251 LIMIT 1 [ RunTime:0.002026s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1251' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002017s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002026s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002107s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1261 LIMIT 1 [ RunTime:0.001917s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001941s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1261 LIMIT 1 [ RunTime:0.002076s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1261' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002093s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001996s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002044s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1262 LIMIT 1 [ RunTime:0.001961s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002020s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1262 LIMIT 1 [ RunTime:0.001970s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1262' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001968s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1280 LIMIT 1 [ RunTime:0.001901s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002178s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1280 LIMIT 1 [ RunTime:0.002008s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1280' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002053s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001975s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002091s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1300 LIMIT 1 [ RunTime:0.002012s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002101s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1300 LIMIT 1 [ RunTime:0.002023s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1300' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002021s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002022s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002048s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1301 LIMIT 1 [ RunTime:0.001991s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002143s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1301 LIMIT 1 [ RunTime:0.001920s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1301' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002019s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001911s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001981s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1305 LIMIT 1 [ RunTime:0.001938s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001862s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1305 LIMIT 1 [ RunTime:0.002032s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1305' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001905s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001879s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001871s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1316 LIMIT 1 [ RunTime:0.001859s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001881s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1316 LIMIT 1 [ RunTime:0.001940s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1316' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001911s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1333 LIMIT 1 [ RunTime:0.001909s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001973s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1333 LIMIT 1 [ RunTime:0.001860s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1333' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001968s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001867s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001921s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1352 LIMIT 1 [ RunTime:0.001857s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001891s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1352 LIMIT 1 [ RunTime:0.001899s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1352' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001925s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002063s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002032s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1362 LIMIT 1 [ RunTime:0.002553s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.003148s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1362 LIMIT 1 [ RunTime:0.001937s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1362' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002374s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001943s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002222s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1384 LIMIT 1 [ RunTime:0.002082s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002509s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1384 LIMIT 1 [ RunTime:0.002185s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1384' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002034s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001909s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001999s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1401 LIMIT 1 [ RunTime:0.002080s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001999s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1401 LIMIT 1 [ RunTime:0.002013s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1401' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002073s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002104s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001972s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1413 LIMIT 1 [ RunTime:0.002008s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001896s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1413 LIMIT 1 [ RunTime:0.002073s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1413' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002054s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002001s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001974s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1415 LIMIT 1 [ RunTime:0.001875s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001910s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1415 LIMIT 1 [ RunTime:0.002384s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1415' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002001s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002086s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001934s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1426 LIMIT 1 [ RunTime:0.001857s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001959s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1426 LIMIT 1 [ RunTime:0.001951s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1426' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001973s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001911s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001946s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1430 LIMIT 1 [ RunTime:0.002022s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001946s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1430 LIMIT 1 [ RunTime:0.002203s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1430' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002137s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002249s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002053s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1444 LIMIT 1 [ RunTime:0.001931s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.008984s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1444 LIMIT 1 [ RunTime:0.002909s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1444' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002178s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001886s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002040s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1448 LIMIT 1 [ RunTime:0.001909s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002129s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1448 LIMIT 1 [ RunTime:0.001930s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1448' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002007s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002022s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002116s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1449 LIMIT 1 [ RunTime:0.001905s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001899s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1449 LIMIT 1 [ RunTime:0.001908s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1449' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001924s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002016s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002318s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1450 LIMIT 1 [ RunTime:0.001872s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001976s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1450 LIMIT 1 [ RunTime:0.001979s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1450' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002128s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001953s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001937s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1451 LIMIT 1 [ RunTime:0.001860s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001888s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1451 LIMIT 1 [ RunTime:0.001957s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1451' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002013s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002415s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001973s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1668 LIMIT 1 [ RunTime:0.002657s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001879s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1668 LIMIT 1 [ RunTime:0.001908s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1668' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001955s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002049s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001938s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1674 LIMIT 1 [ RunTime:0.002266s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001929s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1674 LIMIT 1 [ RunTime:0.001902s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1674' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001961s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001907s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002440s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1690 LIMIT 1 [ RunTime:0.001901s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001894s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1690 LIMIT 1 [ RunTime:0.001920s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1690' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002048s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002179s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002004s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1698 LIMIT 1 [ RunTime:0.001973s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002023s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1698 LIMIT 1 [ RunTime:0.001937s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1698' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001988s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001938s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002071s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1791 LIMIT 1 [ RunTime:0.001914s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001952s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1791 LIMIT 1 [ RunTime:0.001903s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1791' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002187s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002075s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002058s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1798 LIMIT 1 [ RunTime:0.001895s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001962s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1798 LIMIT 1 [ RunTime:0.001951s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1798' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.009828s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001996s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002022s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2002 LIMIT 1 [ RunTime:0.002008s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001905s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2002 LIMIT 1 [ RunTime:0.001909s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2002' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002038s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001988s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002065s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2003 LIMIT 1 [ RunTime:0.001971s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001939s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2003 LIMIT 1 [ RunTime:0.002133s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2003' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.003187s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002116s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001905s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2017 LIMIT 1 [ RunTime:0.001890s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001905s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2017 LIMIT 1 [ RunTime:0.001908s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2017' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001956s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001869s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001975s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2088 LIMIT 1 [ RunTime:0.001966s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001958s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2088 LIMIT 1 [ RunTime:0.002011s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2088' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002040s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001924s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002067s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2149 LIMIT 1 [ RunTime:0.002010s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002059s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2149 LIMIT 1 [ RunTime:0.001986s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2149' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002056s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001969s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002082s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2347 LIMIT 1 [ RunTime:0.003239s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002009s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2347 LIMIT 1 [ RunTime:0.001993s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2347' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002146s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002015s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002066s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2348 LIMIT 1 [ RunTime:0.001901s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002021s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2348 LIMIT 1 [ RunTime:0.007215s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2348' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002386s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002012s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002129s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2349 LIMIT 1 [ RunTime:0.001998s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002161s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2349 LIMIT 1 [ RunTime:0.001828s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2349' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002150s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001923s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002295s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2350 LIMIT 1 [ RunTime:0.001985s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002055s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2350 LIMIT 1 [ RunTime:0.001932s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2350' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001898s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001875s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001937s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2393 LIMIT 1 [ RunTime:0.002154s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002312s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2393 LIMIT 1 [ RunTime:0.002042s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2393' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001935s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001909s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002270s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2500 LIMIT 1 [ RunTime:0.002019s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001896s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2500 LIMIT 1 [ RunTime:0.002022s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2500' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002031s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001941s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002014s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2533 LIMIT 1 [ RunTime:0.001941s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.003205s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2533 LIMIT 1 [ RunTime:0.002554s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2533' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002263s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.006155s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002288s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2573 LIMIT 1 [ RunTime:0.001964s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002008s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2573 LIMIT 1 [ RunTime:0.001960s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2573' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002057s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001922s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002051s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2584 LIMIT 1 [ RunTime:0.001921s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.002022s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2584 LIMIT 1 [ RunTime:0.001952s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2584' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002470s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001933s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002022s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2600 LIMIT 1 [ RunTime:0.002161s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001898s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2600 LIMIT 1 [ RunTime:0.001935s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2600' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001905s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001942s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002022s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2606 LIMIT 1 [ RunTime:0.001867s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001903s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2606 LIMIT 1 [ RunTime:0.002121s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2606' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001983s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 55 LIMIT 1 [ RunTime:0.001957s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '55' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002924s ]
SELECT p.id, MAX(p.update_time) AS sort_time FROM `tk_goods_baseproduct` `p` INNER JOIN `tk_goods_cate_relationships` `rel` ON `rel`.`product_id`=`p`.`id` LEFT JOIN `tk_goods_product_pqcom` `product_status` ON `product_status`.`product_id`=p.id AND product_status.meta_key = 'status' WHERE `rel`.`cate_id` IN ('419','420','421','422','423','424','425','426','427','428','429','430','431','432','433','434','435','436','437','438','439','440','441','442','674','702','765','781','802','809','839','878','911','1246','1251','1261','1276','1280','1300','1301','1305','1333','1352','1362','1384','1401','1413','1415','1426','1430','1444','1448','1449','1450','1451','1668','1674','1690','1698','1791','1798','2002','2003','2017','2088','2149','2347','2348','2349','2350','2393','2500','2533','2573','2584','2600','2606') AND `p`.`language` = 'EN' AND ( `product_status`.`meta_value` IS NULL OR `product_status`.`meta_value` <> '0' ) AND `p`.`id` <> '2768' GROUP BY `p`.`id` ORDER BY `sort_time` DESC [ RunTime:0.006924s ]
SELECT `id`,`code`,`seourl`,`name`,`qanumber`,`file_type`,`update_time` FROM `tk_goods_baseproduct` WHERE `id` IN (13743,13560,13734,13712,2923,13699) [ RunTime:0.002009s ]
SHOW FULL COLUMNS FROM `tk_exam_master_pqcom` [ RunTime:0.003201s ]
SELECT `ID` FROM `tk_exam_master_pqcom` WHERE `name` = 'SC-200' LIMIT 1 [ RunTime:0.002143s ]
SHOW FULL COLUMNS FROM `tk_exam_question_pqcom` [ RunTime:0.002752s ]
SELECT COUNT(*) AS think_count FROM `tk_exam_question_pqcom` WHERE `exam_id` = 374 [ RunTime:0.002013s ]
SELECT * FROM `tk_exam_question_pqcom` WHERE `exam_id` = 374 ORDER BY `ID` DESC LIMIT 30,15 [ RunTime:0.002451s ]
SHOW FULL COLUMNS FROM `tk_exam_answer_pqcom` [ RunTime:0.002595s ]
SELECT * FROM `tk_exam_answer_pqcom` WHERE `question_id` IN (13735,13734,13733,13732,13731,12291,12290,12289,12288,12287,12286,12285,12284,12283,12282) ORDER BY `ID` ASC [ RunTime:0.052867s ]
SELECT `p`.`id`,`p`.`code`,`p`.`seourl`,`p`.`qanumber`,`rel`.`cate_id`,cert.name as cert_name,cert.seourl as cert_seourl,brand.name as brand_name,brand.seourl as brand_seourl,`p`.`update_time` FROM `tk_goods_product_pqcom` `meta` INNER JOIN `tk_goods_baseproduct` `p` ON `p`.`id`=`meta`.`product_id` INNER JOIN `tk_goods_cate_relationships` `rel` ON `rel`.`product_id`=`p`.`id` INNER JOIN `tk_goods_baseproductcategory` `cert` ON `cert`.`id`=`rel`.`cate_id` LEFT JOIN `tk_goods_baseproductcategory` `brand` ON `brand`.`id`=`cert`.`pid` LEFT JOIN `tk_goods_product_pqcom` `product_status_home` ON `product_status_home`.`product_id`=p.id AND product_status_home.meta_key = 'status' WHERE `meta`.`meta_key` = 'ishot' AND `meta`.`meta_value` = '1' AND `p`.`language` = 'EN' AND ( `product_status_home`.`meta_value` IS NULL OR `product_status_home`.`meta_value` <> '0' ) ORDER BY `p`.`update_time` DESC LIMIT 200 [ RunTime:0.008111s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 206 LIMIT 1 [ RunTime:0.001946s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001932s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 206 LIMIT 1 [ RunTime:0.001916s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '206' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001894s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001883s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '26' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001946s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 204 LIMIT 1 [ RunTime:0.001905s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001876s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 204 LIMIT 1 [ RunTime:0.002247s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '204' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002082s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001866s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '26' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001923s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 604 LIMIT 1 [ RunTime:0.001884s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 57 LIMIT 1 [ RunTime:0.003124s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 604 LIMIT 1 [ RunTime:0.002703s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '604' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001997s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 57 LIMIT 1 [ RunTime:0.001933s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '57' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002253s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 945 LIMIT 1 [ RunTime:0.001903s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001989s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 945 LIMIT 1 [ RunTime:0.001953s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '945' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002071s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001966s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002102s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 506 LIMIT 1 [ RunTime:0.001976s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 65 LIMIT 1 [ RunTime:0.001994s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 506 LIMIT 1 [ RunTime:0.002008s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '506' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002011s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 65 LIMIT 1 [ RunTime:0.002054s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '65' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002036s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2567 LIMIT 1 [ RunTime:0.002006s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.002025s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2567 LIMIT 1 [ RunTime:0.002011s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2567' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002099s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.002167s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002029s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1005 LIMIT 1 [ RunTime:0.002122s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.001954s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1005 LIMIT 1 [ RunTime:0.002340s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1005' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002061s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.002218s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '51' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002186s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 203 LIMIT 1 [ RunTime:0.001975s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.002101s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 203 LIMIT 1 [ RunTime:0.001921s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '203' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002183s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001970s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '26' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002062s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 156 LIMIT 1 [ RunTime:0.001988s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001881s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 156 LIMIT 1 [ RunTime:0.001895s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '156' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001991s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001940s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001987s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 615 LIMIT 1 [ RunTime:0.002060s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 34 LIMIT 1 [ RunTime:0.001963s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 615 LIMIT 1 [ RunTime:0.002268s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '615' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001902s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 34 LIMIT 1 [ RunTime:0.001833s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '34' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001926s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1289 LIMIT 1 [ RunTime:0.001877s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 9 LIMIT 1 [ RunTime:0.001859s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1289 LIMIT 1 [ RunTime:0.001875s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1289' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001953s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 9 LIMIT 1 [ RunTime:0.001988s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '9' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002007s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1614 LIMIT 1 [ RunTime:0.001974s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1058 LIMIT 1 [ RunTime:0.002123s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1614 LIMIT 1 [ RunTime:0.001921s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1614' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001963s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1058 LIMIT 1 [ RunTime:0.001847s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1058' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001861s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1728 LIMIT 1 [ RunTime:0.001919s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 30 LIMIT 1 [ RunTime:0.001876s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1728 LIMIT 1 [ RunTime:0.001945s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1728' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001961s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 30 LIMIT 1 [ RunTime:0.002135s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '30' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001903s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1910 LIMIT 1 [ RunTime:0.001960s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 34 LIMIT 1 [ RunTime:0.001892s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1910 LIMIT 1 [ RunTime:0.001863s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1910' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001905s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 34 LIMIT 1 [ RunTime:0.001913s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '34' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001895s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1600 LIMIT 1 [ RunTime:0.001988s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.002077s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1600 LIMIT 1 [ RunTime:0.001899s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1600' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001913s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.001866s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '51' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001962s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2104 LIMIT 1 [ RunTime:0.001886s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 82 LIMIT 1 [ RunTime:0.001851s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2104 LIMIT 1 [ RunTime:0.001883s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2104' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001877s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 82 LIMIT 1 [ RunTime:0.001889s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '82' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001925s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2103 LIMIT 1 [ RunTime:0.001833s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 82 LIMIT 1 [ RunTime:0.001888s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2103 LIMIT 1 [ RunTime:0.001951s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2103' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001967s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 82 LIMIT 1 [ RunTime:0.001887s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '82' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001845s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 499 LIMIT 1 [ RunTime:0.001862s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 61 LIMIT 1 [ RunTime:0.001949s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 499 LIMIT 1 [ RunTime:0.001892s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '499' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001991s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 61 LIMIT 1 [ RunTime:0.001887s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '61' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001968s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1711 LIMIT 1 [ RunTime:0.001954s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 68 LIMIT 1 [ RunTime:0.002159s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1711 LIMIT 1 [ RunTime:0.002411s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1711' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001937s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 68 LIMIT 1 [ RunTime:0.001950s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '68' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001871s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 944 LIMIT 1 [ RunTime:0.001831s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001852s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 944 LIMIT 1 [ RunTime:0.002127s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '944' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001974s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001950s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001951s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2141 LIMIT 1 [ RunTime:0.002253s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 40 LIMIT 1 [ RunTime:0.001938s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2141 LIMIT 1 [ RunTime:0.001941s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2141' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001915s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 40 LIMIT 1 [ RunTime:0.001842s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '40' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001896s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 205 LIMIT 1 [ RunTime:0.001858s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001889s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 205 LIMIT 1 [ RunTime:0.001928s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '205' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002079s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001882s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '26' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001989s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1677 LIMIT 1 [ RunTime:0.001892s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 40 LIMIT 1 [ RunTime:0.001921s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1677 LIMIT 1 [ RunTime:0.002027s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1677' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002032s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 40 LIMIT 1 [ RunTime:0.001918s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '40' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001965s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 406 LIMIT 1 [ RunTime:0.002079s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.001947s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 406 LIMIT 1 [ RunTime:0.002014s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '406' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002057s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 51 LIMIT 1 [ RunTime:0.001911s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '51' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001888s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1765 LIMIT 1 [ RunTime:0.001958s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 30 LIMIT 1 [ RunTime:0.001980s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1765 LIMIT 1 [ RunTime:0.001950s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1765' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002006s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 30 LIMIT 1 [ RunTime:0.001921s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '30' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001988s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 2042 LIMIT 1 [ RunTime:0.001947s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 20 LIMIT 1 [ RunTime:0.001847s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 2042 LIMIT 1 [ RunTime:0.001863s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '2042' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002046s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 20 LIMIT 1 [ RunTime:0.001999s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '20' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001929s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 861 LIMIT 1 [ RunTime:0.002002s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 860 LIMIT 1 [ RunTime:0.002039s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 861 LIMIT 1 [ RunTime:0.002040s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '861' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002126s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 860 LIMIT 1 [ RunTime:0.001973s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '860' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001934s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1697 LIMIT 1 [ RunTime:0.001896s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1287 LIMIT 1 [ RunTime:0.001881s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1697 LIMIT 1 [ RunTime:0.002122s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1697' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001922s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1287 LIMIT 1 [ RunTime:0.001899s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1287' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001928s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1201 LIMIT 1 [ RunTime:0.001907s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1058 LIMIT 1 [ RunTime:0.001896s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1201 LIMIT 1 [ RunTime:0.001939s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1201' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001964s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1058 LIMIT 1 [ RunTime:0.001830s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1058' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001966s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 167 LIMIT 1 [ RunTime:0.001929s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001883s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 167 LIMIT 1 [ RunTime:0.001854s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '167' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001892s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001950s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001895s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 614 LIMIT 1 [ RunTime:0.002121s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001874s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 614 LIMIT 1 [ RunTime:0.001978s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '614' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001944s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 26 LIMIT 1 [ RunTime:0.001868s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '26' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002243s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1540 LIMIT 1 [ RunTime:0.001958s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 930 LIMIT 1 [ RunTime:0.002050s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1540 LIMIT 1 [ RunTime:0.001918s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1540' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001974s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 930 LIMIT 1 [ RunTime:0.001929s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '930' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001992s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1420 LIMIT 1 [ RunTime:0.001908s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 5 LIMIT 1 [ RunTime:0.001960s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1420 LIMIT 1 [ RunTime:0.002046s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1420' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002009s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 5 LIMIT 1 [ RunTime:0.001884s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '5' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001942s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 135 LIMIT 1 [ RunTime:0.001907s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 16 LIMIT 1 [ RunTime:0.001895s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 135 LIMIT 1 [ RunTime:0.001930s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '135' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001981s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 16 LIMIT 1 [ RunTime:0.001890s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '16' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001958s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1567 LIMIT 1 [ RunTime:0.001902s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1082 LIMIT 1 [ RunTime:0.002048s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1567 LIMIT 1 [ RunTime:0.002114s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1567' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001929s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1082 LIMIT 1 [ RunTime:0.001974s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1082' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001983s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 689 LIMIT 1 [ RunTime:0.001909s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 687 LIMIT 1 [ RunTime:0.001941s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 689 LIMIT 1 [ RunTime:0.001853s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '689' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001904s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 687 LIMIT 1 [ RunTime:0.001863s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '687' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001889s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1894 LIMIT 1 [ RunTime:0.001878s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001971s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1894 LIMIT 1 [ RunTime:0.001886s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1894' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002105s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001987s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002571s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1327 LIMIT 1 [ RunTime:0.002608s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.002560s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1327 LIMIT 1 [ RunTime:0.002561s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1327' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001982s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.001825s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '41' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001970s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1438 LIMIT 1 [ RunTime:0.001900s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.001912s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1438 LIMIT 1 [ RunTime:0.001892s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1438' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001950s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.001915s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '41' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002018s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 415 LIMIT 1 [ RunTime:0.001982s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 53 LIMIT 1 [ RunTime:0.002031s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 415 LIMIT 1 [ RunTime:0.001960s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '415' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.003142s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 53 LIMIT 1 [ RunTime:0.002311s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '53' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002079s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 1210 LIMIT 1 [ RunTime:0.001869s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.001889s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 1210 LIMIT 1 [ RunTime:0.001927s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '1210' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002011s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 41 LIMIT 1 [ RunTime:0.003151s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '41' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001963s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 868 LIMIT 1 [ RunTime:0.001917s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 53 LIMIT 1 [ RunTime:0.001908s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 868 LIMIT 1 [ RunTime:0.001958s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '868' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001965s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 53 LIMIT 1 [ RunTime:0.002128s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '53' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001948s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 150 LIMIT 1 [ RunTime:0.002068s ]
SELECT `pid` FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.002291s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 150 LIMIT 1 [ RunTime:0.001886s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '150' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.002003s ]
SELECT * FROM `tk_goods_baseproductcategory` WHERE `id` = 22 LIMIT 1 [ RunTime:0.001898s ]
SELECT `meta_value` FROM `tk_goods_productcategory_pqcom` WHERE `cate_id` = '22' AND `meta_key` = 'status' LIMIT 1 [ RunTime:0.001932s ]