提交 18bb2b47 authored 作者: Mangostiffy's avatar Mangostiffy

上级 25605d81
...@@ -37,7 +37,7 @@ public class LotteryApi extends BaseController { ...@@ -37,7 +37,7 @@ public class LotteryApi extends BaseController {
return ResultOutDto.err(null,"店铺id为空"); return ResultOutDto.err(null,"店铺id为空");
} }
//TODO:减少抽奖次数 //减少抽奖次数
PageData storepd=new PageData(); PageData storepd=new PageData();
storepd.put("store_id",store_id); storepd.put("store_id",store_id);
storepd=storeService.findById(storepd); storepd=storeService.findById(storepd);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论