提交 af9a8056 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 295ab0ea
......@@ -61,13 +61,7 @@ public class FgMemberPriazeController {
return CallBack.success(service.selectByExample(example));
}
@ApiOperation(value = "id查询用户中奖信息", notes = "id查询用户中奖信息")
@GetMapping(value = MemberRequestPath.COUNT)
public CallBack<Integer> isCount(@PathVariable String oid) {
Example example = service.createExample();
example.createCriteria().andEqualTo("memberId", oid);
return CallBack.success(service.selectCountByExample(example));
}
@ApiOperation(value = "抽奖", notes = "抽奖")
@PostMapping(value = MemberRequestPath.SAVE)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论