留言板
课程跟商品关联字段 课程和标签关联展示列表
This commit is contained in:
@@ -171,6 +171,12 @@ public class CourseController {
|
||||
return courseService.courseCatalogueTransfer(param);
|
||||
}
|
||||
|
||||
//查询课程被哪些标签关联
|
||||
@RequestMapping("/getCourseLableLinkList")
|
||||
public R getCourseLableLinkList(@RequestBody Map<String,Object> param){
|
||||
return courseService.getCourseLableLinkList(param);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user