Commit e4c2462e authored by yanzg's avatar yanzg

默认日期格式的支持

parent d0b3994d
......@@ -407,7 +407,7 @@ public class SqlData {
* 条件排序
*/
public SqlData sortCond() {
SqlCondUtil.sortCond(this.sqlDataFields);
this.sqlDataFields = SqlCondUtil.sortCond(this.sqlDataFields);
return this;
}
......
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