vod普通加密
This commit is contained in:
@@ -374,7 +374,10 @@ public class BookLabelAndMarketController {
|
||||
MPJLambdaWrapper<ShopProductToBookLabel> wrapper = new MPJLambdaWrapper();
|
||||
wrapper.eq(ShopProductToBookLabel::getBookLabelId,labelId);
|
||||
wrapper.leftJoin(ShopProduct.class,ShopProduct::getProductId,ShopProductToBookLabel::getProductId);
|
||||
wrapper.selectAll(ShopProduct.class);
|
||||
// wrapper.selectAll(ShopProduct.class);
|
||||
wrapper.select(ShopProduct::getProductId,ShopProduct::getProductName,ShopProduct::getSumSales,ShopProduct::getIsFreeMail,ShopProduct::getPrice,ShopProduct::getActivityPrice,ShopProduct::getProductStock,ShopProduct::getProductImageList,ShopProduct::getGoodsType,ShopProduct::getProductImages,ShopProduct::getIsNew,ShopProduct::getPublisher);
|
||||
|
||||
|
||||
// wrapper.orderByAsc(ShopProductToBookLabel::getSort);
|
||||
wrapper.orderByDesc(ShopProduct::getSumSales);
|
||||
List list = toLabelService.listMaps(wrapper);
|
||||
|
||||
Reference in New Issue
Block a user