vardataCount="select count(1) as dataCount from mc_product where deleted_at is null and company_id = :company_id ";
varsql="select * from mc_product where deleted_at is null and company_id = :company_id ";
vardataCount="select count(1) as dataCount from mc_product where deleted_at is null and product_type_code = :product_type_code and company_id = :company_id ";
varsql="select * from mc_product where deleted_at is null and product_type_code = :product_type_code and company_id = :company_id ";