Commit ca96fd35 by 庄冰

aaa

parent 51b3f360
...@@ -100,7 +100,7 @@ class MediaaggregationDao extends Dao { ...@@ -100,7 +100,7 @@ class MediaaggregationDao extends Dao {
total: 0,//总记录条数 total: 0,//总记录条数
rows: [] rows: []
}; };
var countSql = "select count(1) as dataCount from mc_product_type where deleted_at is null and p_id = 0 order by sequence desc"; var countSql = "select count(1) as dataCount from mc_product_type where deleted_at is null and p_id = 0 order by sequence asc";
var sql = "select * from mc_product_type where deleted_at is null and p_id = 0 order by sequence desc"; var sql = "select * from mc_product_type where deleted_at is null and p_id = 0 order by sequence desc";
var optionType = "get"; var optionType = "get";
var functionName = "productTypeFirst"; var functionName = "productTypeFirst";
......
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