A Database Error Occurred

Error Number: 1146

Table 'lamuro1_jalaindo.product_tracing_summary' doesn't exist

SELECT sum(sales_count) as jumlah FROM `product_tracing_summary` `a` INNER JOIN `webstore_to_dept_mapping` `c` ON `c`.`department_id`=`a`.`department_id` WHERE `c`.`web_store_id` = '2'

Filename: models/Master_model.php

Line Number: 234