|
|
@@ -253,7 +253,7 @@ func GetErpUser(mobile string, erpUserId string, rpcClient transformclient.Trans
|
|
|
if erpRoles.UserId != "" {
|
|
|
roles := strings.Split(erpRoles.Role, ",")
|
|
|
for _, r := range roles {
|
|
|
- if r == "LAMK" || r == "LAMKM" || r == "student/readingStudent" || r == "LATMK" {
|
|
|
+ if r == "LAMK" || r == "LAMKM" || r == "student/readingStudent" {
|
|
|
return erpRoles.UserId, nil
|
|
|
}
|
|
|
}
|