Commit 061be92d by 兰国旗

laolan

parent 6691ac13
......@@ -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