Skip to content

Commit e7efe73

Browse files
committed
修复一个排序的bug
知道真相的我眼泪掉下来。。。。。
1 parent d260a20 commit e7efe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
if(this._order)
718718
this._order += ',-' + key;
719719
else
720-
this._order = key;
720+
this._order = '-' + key;
721721
return key;
722722
},
723723

0 commit comments

Comments
 (0)