|
@@ -107,12 +107,12 @@ public class UserPlanController extends BaseController {
|
|
|
/**
|
|
|
* 查询学习计划列表
|
|
|
*/
|
|
|
- /* @ApiOperation("查询学员拥有商品能生成学习计划的商品")
|
|
|
+ @ApiOperation("查询学员拥有商品能生成学习计划的商品")
|
|
|
@GetMapping("/listGoods")
|
|
|
public TableDataInfo<GoodsVo> listGoods(UserPlanQueryBo bo) {
|
|
|
ClientLoginUser loginUser = wxTokenService.getLoginUser(ServletUtils.getRequest());
|
|
|
bo.setUserId(loginUser.getUser().getUserId());
|
|
|
List<GoodsVo> list = iUserPlanService.listGoods(bo);
|
|
|
return getDataTable(list);
|
|
|
- }*/
|
|
|
+ }
|
|
|
}
|