|
@@ -165,7 +165,7 @@ public class CourseCloudServiceProvider implements CourseCloudService {
|
|
@ApiOperation(value = "按ROOTORG查询课程")
|
|
@ApiOperation(value = "按ROOTORG查询课程")
|
|
@PostMapping("getCoursesByOrg")
|
|
@PostMapping("getCoursesByOrg")
|
|
@Override
|
|
@Override
|
|
- public GetCourseByOrgResp getCourseByOrg(GetCourseByOrgReq req) {
|
|
|
|
|
|
+ public GetCourseByOrgResp getCourseByOrg(@RequestBody GetCourseByOrgReq req) {
|
|
GetCourseByOrgResp resp = new GetCourseByOrgResp();
|
|
GetCourseByOrgResp resp = new GetCourseByOrgResp();
|
|
Long rootOrgId = req.getRootOrgId();
|
|
Long rootOrgId = req.getRootOrgId();
|
|
if (null == rootOrgId) {
|
|
if (null == rootOrgId) {
|