| | |
| | | import com.xzx.gc.shop.vo.ExpressInfoVo; |
| | | import com.xzx.gc.shop.vo.QueryOrderListVo; |
| | | import com.xzx.gc.shop.vo.ViewOrderVo; |
| | | import com.xzx.gc.shop.vo.XcxOrderListVo; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | scoreOrderMapper.updateByPrimaryKeySelective(scoreOrder); |
| | | return scoreOrder.getId(); |
| | | } |
| | | |
| | | public PageInfo<XcxOrderListVo> orderList(XcxOrderListDto xcxOrderListDto) { |
| | | PageHelper.startPage(xcxOrderListDto.getPageNo(), xcxOrderListDto.getPageSize()); |
| | | List<XcxOrderListVo> data = scoreOrderMapper.selectXcxOrderList(xcxOrderListDto); |
| | | return new PageInfo<>(data); |
| | | } |
| | | } |