|  | @@ -87,8 +87,8 @@ public class LessonCoursewareController extends BaseController {
 | 
	
		
			
				|  |  |  			LessonCoursewareWrapper.LessonCoursewareDetailQuery query1 = new LessonCoursewareWrapper.LessonCoursewareDetailQuery();
 | 
	
		
			
				|  |  |  			query1.setUserType(ClientEnum.TEACHER);
 | 
	
		
			
				|  |  |  			query1.setTenantCategoriesIdList(categoryIdList);
 | 
	
		
			
				|  |  | -			String jsonString = JSONObject.toJSONString(courseScheduleCoursewareDetails);
 | 
	
		
			
				|  |  |  			courseScheduleCoursewareDetails.forEach(e->lessonCoursewareService.setTreeResourceId(e.getKnowledgePointList(),query1));
 | 
	
		
			
				|  |  | +			String jsonString = JSONObject.toJSONString(courseScheduleCoursewareDetails);
 | 
	
		
			
				|  |  |  			List<LessonCoursewareWrapper.CourseScheduleCoursewareDetail> courseScheduleCoursewareDetailList =
 | 
	
		
			
				|  |  |  					JSONObject.parseArray(jsonString, LessonCoursewareWrapper.CourseScheduleCoursewareDetail.class);
 | 
	
		
			
				|  |  |  			return succeed(courseScheduleCoursewareDetailList);
 |