| | |
| | | import com.xzx.gc.common.utils.MqUtil; |
| | | import com.xzx.gc.entity.*; |
| | | import com.xzx.gc.model.admin.GoodsCategoryModel; |
| | | import com.xzx.gc.model.order.OrderInfoVo; |
| | | import com.xzx.gc.shop.dto.*; |
| | | import com.xzx.gc.shop.mapper.*; |
| | | import com.xzx.gc.shop.vo.*; |
| | |
| | | } |
| | | return maps; |
| | | } |
| | | |
| | | public List<GoodsCategoryVo> findCategoryWithChildren() { |
| | | return scoreGoodsCategoryMapper.selectCategoryWithChildren(); |
| | | } |
| | | |
| | | public PageInfo<XcxGoodsListVo> findGoodsListInPage(XcxGoodsListDto xcxGoodsListDto) { |
| | | |
| | | PageHelper.startPage(xcxGoodsListDto.getPageNo(), xcxGoodsListDto.getPageSize()); |
| | | List<XcxGoodsListVo> data = scoreGoodsMapper.selectXcxGoodsList(xcxGoodsListDto); |
| | | |
| | | return new PageInfo<>(data); |
| | | } |
| | | } |