|
|
@@ -86,6 +86,8 @@ public class GoodsDonController {
|
|
|
.field(GoodsDonPopularizeView::getStatus, true)
|
|
|
.field(GoodsDonPopularizeView::getDeleted, true)
|
|
|
.field(GoodsDonPopularizeView::getType, 1)
|
|
|
+ .orderBy(GoodsDonPopularizeView::getSortBy).desc()
|
|
|
+ .orderBy(GoodsDonPopularizeView::getId).asc()
|
|
|
.build());
|
|
|
DateTime now = DateTime.now();
|
|
|
Integer randomNum = 2000;
|