File was renamed from ruoyi-modules/ruoyi-auction/src/main/java/com/ruoyi/auction/controller/AuctionSalesroomController.java |
| | |
| | | package com.ruoyi.auction.controller; |
| | | package com.ruoyi.auction.controller.forepart; |
| | | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | |
| | | import com.ruoyi.auction.domain.pojo.AuctionVideo; |
| | | import com.ruoyi.auction.service.IAuctionSalesroomService; |
| | | import com.ruoyi.auction.service.IAuctionVideoService; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | |
| | |
| | | */ |
| | | @RequestMapping("/getAuctionBidRecordList") |
| | | @ResponseBody |
| | | @ApiOperation(value = "拍卖大屏获取拍卖信息") |
| | | public List<AuctionSalesroom> getAuctionBidRecordList(@PathVariable("salesroomName") String salesroomName) { |
| | | LambdaQueryWrapper<AuctionSalesroom> wrapper=Wrappers.lambdaQuery(); |
| | | wrapper.eq(AuctionSalesroom::getSalesroomName,salesroomName); |
| | |
| | | */ |
| | | @RequestMapping("/getBaaner") |
| | | @ResponseBody |
| | | @ApiOperation(value = " 暖场视频or封面海报") |
| | | public AuctionSalesroomVO getBaaner(@PathVariable("salesroomId") Integer SalesroomId) { |
| | | |
| | | LambdaQueryWrapper<AuctionVideo> wrapper=Wrappers.lambdaQuery(); |