GJF adheres to the cooperation philosophy of "integrity, innovation, altruism, and win-win."We wholeheartedly serve and aim to achieve win-win situations in the future automotive aftermarket.
무료 견적 받기
문의하기
No.20, Checheng Avenue,Xiuquan Street, Huadu district Guangzhou City , Guangdong Province ,China.
SELECT `c`.*,`ct`.`name`,`ct`.`description`,`ct`.`seo_title`,`ct`.`seo_keywords`,`ct`.`seo_description` FROM `la_product_category_translation` `ct` LEFT JOIN `la_product_category` `c` ON `c`.`id`=`ct`.`category_id` WHERE `ct`.`lang` = 'ko' AND `c`.`is_show` = '1' AND `c`.`delete_time` IS NULL AND `c`.`cate_type` = 'product' ORDER BY `c`.`sort` ASC,`c`.`id` ASC [ RunTime:0.000613s ]
SELECT `c`.*,`ct`.`name`,`ct`.`description`,`ct`.`seo_title`,`ct`.`seo_keywords`,`ct`.`seo_description` FROM `la_product_category_translation` `ct` LEFT JOIN `la_product_category` `c` ON `c`.`id`=`ct`.`category_id` WHERE `ct`.`lang` = 'en' AND `c`.`is_show` = '1' AND `c`.`delete_time` IS NULL AND `c`.`cate_type` = 'product' ORDER BY `c`.`sort` ASC,`c`.`id` ASC [ RunTime:0.000766s ]
SELECT COUNT(*) AS think_count FROM `la_product` `p` LEFT JOIN `la_product_translation` `pt` ON `pt`.`product_id`=p.id AND pt.lang = 'ko' LEFT JOIN `la_product_translation` `pt_en` ON `pt_en`.`product_id`=p.id AND pt_en.lang = 'en' WHERE ( `p`.`is_delete` = '0' AND `p`.`is_show` = '1' AND ( EXISTS (SELECT 1 FROM la_product_category_pivot pcp WHERE pcp.product_id = p.id AND pcp.category_id IN (62)) ) ) AND `p`.`delete_time` IS NULL [ RunTime:0.001090s ]
SELECT p.id, p.model, p.product_code, p.sort, p.custom_url, COALESCE(pt.name, pt_en.name, '') as name FROM `la_product` `p` LEFT JOIN `la_product_translation` `pt` ON `pt`.`product_id`=p.id AND pt.lang = 'ko' LEFT JOIN `la_product_translation` `pt_en` ON `pt_en`.`product_id`=p.id AND pt_en.lang = 'en' WHERE ( `p`.`is_delete` = '0' AND `p`.`is_show` = '1' AND ( EXISTS (SELECT 1 FROM la_product_category_pivot pcp WHERE pcp.product_id = p.id AND pcp.category_id IN (62)) ) ) AND `p`.`delete_time` IS NULL ORDER BY `p`.`id` DESC LIMIT 0,12 [ RunTime:0.001551s ]
SELECT c.*, COALESCE(ct.name, ct_en.name, c.id) as name, COALESCE(ct.description, ct_en.description) as description, COALESCE(ct.seo_title, ct_en.seo_title) as seo_title, COALESCE(ct.seo_keywords, ct_en.seo_keywords) as seo_keywords, COALESCE(ct.seo_description, ct_en.seo_description) as seo_description FROM `la_product_category` `c` LEFT JOIN `la_product_category_translation` `ct` ON `ct`.`category_id`=c.id AND ct.lang = 'ko' LEFT JOIN `la_product_category_translation` `ct_en` ON `ct_en`.`category_id`=c.id AND ct_en.lang = 'en' WHERE ( `c`.`is_show` = '1' AND `c`.`cate_type` = 'brand' ) AND `c`.`delete_time` IS NULL ORDER BY `c`.`sort` ASC,`c`.`id` ASC [ RunTime:0.001198s ]
SELECT * FROM `la_product_category_translation` WHERE `category_id` = 62 AND `lang` IN ('ko','en') [ RunTime:0.000617s ]