@@ -18,7 +18,7 @@ class MediaaggregationDao extends Dao {
...
@@ -18,7 +18,7 @@ class MediaaggregationDao extends Dao {
rows:[]
rows:[]
};
};
vardataCount="select count(1) as dataCount from mc_product where deleted_at is null and product_type_code = :product_type_code and is_enabled = 1 ";
vardataCount="select count(1) as dataCount from mc_product where deleted_at is null and product_type_code = :product_type_code and is_enabled = 1 ";
varsql="select product_type_code,product_type_name,code,name,selling_point,price,original_price,sales_volume,product_detail_url,list_thumbnail_url,is_recommend,service_Introduction_info from mc_product where deleted_at is null and product_type_code = :product_type_code and is_enabled = 1 order by sequence desc";
varsql="select product_type_code,product_type_name,code,name,selling_point,price_type,price,original_price,sales_volume,product_detail_url,list_thumbnail_url,is_recommend,service_Introduction_info from mc_product where deleted_at is null and product_type_code = :product_type_code and is_enabled = 1 order by sequence desc";
@@ -143,7 +143,7 @@ class MediaaggregationDao extends Dao {
...
@@ -143,7 +143,7 @@ class MediaaggregationDao extends Dao {
total:0,//总记录条数
total:0,//总记录条数
rows:[]
rows:[]
};
};
varsql="select product_type_name,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 ";
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 ";