Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ORDER BY `product`.`id` desc' at line 4

SELECT `product`.`id`, `product`.`name` as pro_name, `product_category`.`id`, `product`.`alias` as pro_alias, `product`.`image` as pro_image, `product`.`price` as pro_price, `product_category`.`alias`, `product_category`.`alias` as cate_alias, `product_category`.`parent_id` FROM (`product`) LEFT JOIN `product_category` ON `product_category`.`id`=`product`.`category_id` WHERE `product`.`id` IN () ORDER BY `product`.`id` desc

Filename: /home/maychunamv/domains/maychunamviet.vn/public_html/models/f_productmodel.php

Line Number: 469