撤回修改

This commit is contained in:
xuwenbo
2020-09-14 15:54:29 +08:00
parent 02ac3aea1a
commit 64c69a2312

View File

@ -96,6 +96,7 @@ public class StoreProductController {
//商品分类
List<YxStoreCategory> storeCategories = yxStoreCategoryService.lambdaQuery()
.eq(YxStoreCategory::getIsShow, ShopCommonEnum.SHOW_1.getValue())
.orderByAsc(YxStoreCategory::getPid)
.list();
List<Map<String,Object>> cateList = new ArrayList<>();
Map<String, Object> queryAll = yxStoreProductService.queryAll(criteria, pageable);