@@ -143,9 +143,12 @@ class MediaaggregationDao extends Dao {
total:0,//总记录条数
rows:[]
};
varsql="select product_type_name,price_type,code,name,selling_point,price,original_price,sales_volume,product_detail_url,list_thumbnail_url,is_recommend,service_Introduction_info,process_flow_info,information_required_info,can_get_info,our_advantage_info from mc_product where deleted_at is null and is_enabled = 1 and code = :code ";
vardataCount="select count(1) as dataCount from mc_product where deleted_at is null and is_enabled = 1 and code = :code ";
varsql="select product_type_name,price_type,code,name,selling_point,price,original_price,sales_volume,product_detail_url,list_thumbnail_url,is_recommend,service_Introduction_info,process_flow_info,information_required_info,can_get_info,our_advantage_info,p_product_type_id,p_product_type_code,p_product_type_name from mc_product where deleted_at is null and is_enabled = 1 and code = :code ";