Skip to content

Commit

Permalink
Update MoveSchoolOrchestratorService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Oct 18, 2023
1 parent 09a652b commit 8534e72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void copyUsersToNewSchool(MoveSchoolData moveSchoolData) {
newEdxUserSchoolEntity.setUpdateDate(LocalDateTime.now());
newEdxUserSchoolEntity.setUpdateUser(moveSchoolData.getCreateUser());
newEdxUserSchoolEntity.setCreateDate(LocalDateTime.now());
newEdxUserSchoolEntity.setExpiryDate(edxUserSchoolEntity.getExpiryDate());

Set<EdxUserSchoolRoleEntity> edxUserSchoolRoleEntitySet = new HashSet<>();

Expand Down

0 comments on commit 8534e72

Please sign in to comment.