fillRoleId

This commit is contained in:
wangxiaopeng
2024-05-06 15:55:08 +08:00
parent e944de167c
commit 5b25e9f692

View File

@@ -151,7 +151,7 @@ public class XfsgTrainingPersonSyncListener implements MessageListener {
}else if(UserRoleEnum.XFSG_SHOPOWNER.getDesc().equals(jobName)){
return UserRoleEnum.XFSG_SHOPOWNER.getCode();
}
return null;
return UserRoleEnum.XFSG_CLERK.getCode();
}
}