Commit c05ec6fd by 兰国旗

laolan

parent 6c21d1c9
...@@ -269,8 +269,7 @@ class MediaaggregationDao extends Dao { ...@@ -269,8 +269,7 @@ class MediaaggregationDao extends Dao {
total: 0,//总记录条数 total: 0,//总记录条数
rows: [] rows: []
}; };
var productTypeCount = "select count(1) as productTypeCount from mc_product_type where mc_product_type.deleted_at is null and mc_product_type.company_id= :company_id";
var productTypeSql = "select * from mc_product_type where mc_product_type.deleted_at is null and mc_product_type.company_id= :company_id ";
var list = await this.customQuery(productTypeSql, params); var list = await this.customQuery(productTypeSql, params);
var tmpResultCount = await this.customQuery(productTypeCount, params); var tmpResultCount = await this.customQuery(productTypeCount, params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment