File was renamed from ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/business/LotteryEventController.java |
| | |
| | | * @Date 2025/5/8 18:13 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/lotteryEvent") |
| | | public class LotteryEventController { |
| | | @RequestMapping("/mer/lotteryEvent") |
| | | public class MerLotteryEventController { |
| | | |
| | | @Resource |
| | | private ILotteryEventService lotteryEventService; |
| | |
| | | |
| | | /** |
| | | * 根据开启方式获取活动列表 |
| | | * |
| | | * @param activityType |
| | | * @return |
| | | */ |
| | |
| | | .eq(LotteryEvent::getDelFlag, 0).last(" and now() between start_time and end_time")); |
| | | return R.ok(list); |
| | | } |
| | | |
| | | |
| | | } |