This commit is contained in:
2018-09-26 17:33:07 +00:00
parent ad6b2fc208
commit 1f6695079f
3 changed files with 57 additions and 72 deletions

View File

@@ -24,7 +24,7 @@ namespace AyaNova.Biz
switch (aytype)
{
case AyaType.User:
return new UserBiz(dbcontext, userId, roles);
return new UserBiz(dbcontext, userId, ServerBootConfig.AYANOVA_DEFAULT_LANGUAGE_ID, roles);
case AyaType.Widget:
return new WidgetBiz(dbcontext, userId, roles);
case AyaType.Tag: