Merge pull request #6484 from worldpeacez0991/patch-1
Update CourseService.java
This commit is contained in:
		
						commit
						d3639e607e
					
				| @ -29,6 +29,6 @@ public class CourseService { | |||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     public static void copyProperties(Course course, CourseEntity courseEntity) throws IllegalAccessException, InvocationTargetException { |     public static void copyProperties(Course course, CourseEntity courseEntity) throws IllegalAccessException, InvocationTargetException { | ||||||
|         BeanUtils.copyProperties(course, courseEntity); |         BeanUtils.copyProperties(courseEntity, course); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user