Browse Source

[fix]
拼团banner生成代码

chenchen 2 months ago
parent
commit
1be730f983

+ 1 - 0
application-webadmin/src/main/java/com/tourism/webadmin/app/website/controller/WebsiteProjectGroupPurchaseBannerController.java

@@ -54,6 +54,7 @@ public class WebsiteProjectGroupPurchaseBannerController {
         tourProjectGroupPurchaseBanner.setEnable(Enable.ENABLE_YES);
         MyOrderParam myOrderParam = new MyOrderParam();
         myOrderParam.add(new MyOrderParam.OrderInfo("showOrder", true, null));
+        myOrderParam.add(new MyOrderParam.OrderInfo("createTime", false, null));
         String orderBy = MyOrderParam.buildOrderBy(myOrderParam, TourProjectGroupPurchaseBanner.class);
         List<TourProjectGroupPurchaseBanner> tourProjectGroupPurchaseBannerList =
                 tourProjectGroupPurchaseBannerService.getTourProjectGroupPurchaseBannerList(tourProjectGroupPurchaseBanner, orderBy);