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 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 `p`.`delete_time` IS NULL [ RunTime:0.001156s ]
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 `p`.`delete_time` IS NULL ORDER BY `p`.`id` DESC LIMIT 48,12 [ RunTime:0.000800s ]
SELECT `product_id`,`image` FROM `la_product_image` WHERE `product_id` IN (163,162,161,160,159,158,157,156,155,154,153,152) ORDER BY `sort` ASC,`id` ASC [ RunTime:0.000571s ]
SELECT `tag_id`,`product_id` FROM `la_product_tag_pivot` WHERE `product_id` IN (163,162,161,160,159,158,157,156,155,154,153,152) [ RunTime:0.000404s ]