| | |
| | | |
| | | /** |
| | | * 获取介绍有礼-参与用户记录表 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/introduceUser/listAllUser") |
| | | public List<IntroduceUser> listAllUser(@RequestBody IntroduceUserQuery query){ |
| | | return introduceUserService.listAll(query); |
| | | } |
| | | |
| | | /** |
| | | * 通过id获取介绍有礼 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/introduce/getInfoById") |
| | |
| | | return idrService.getById(id); |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 获取介绍有礼记录表 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/introduce/listAll") |
| | |
| | | } |
| | | return introduceVOS; |
| | | } |
| | | |
| | | /** |
| | | * 增加/修改介绍有礼记录 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/introduce/addIntroduce") |
| | |
| | | |
| | | /** |
| | | * 上/下架介绍有礼 type = 1上架 type=2下架 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/introduce/changeState") |