Commit 9b7a9199 by 庄冰

Merge branch 'gsb-marketplat-mag' of gitlab.gongsibao.com:jiangyong/zhichan into gsb-marketplat-mag

parents ec9464e6 061be92d
......@@ -5,7 +5,7 @@ class ProducttypeDao extends Dao {
super(Dao.getModelName(ProducttypeDao));
}
orderBy() {
return [["sequence","DESC"],["created_at", "DESC"]];
return [["sequence","ASC"],["created_at", "DESC"]];
}
}
......
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