fix update karyawan

This commit is contained in:
ferdiansyah783
2024-08-27 23:59:25 +07:00
parent aae740c77f
commit cfb986b2d2
3 changed files with 11 additions and 8 deletions
+3
View File
@@ -37,6 +37,9 @@ func (u *User) ToEntity() *entity.User {
RoleID: role.Role(u.RoleID),
PartnerID: u.PartnerID,
SiteID: u.SiteID,
NIK: u.NIK,
UserType: u.UserType,
PhoneNumber: u.PhoneNumber,
}
}