This commit is contained in:
2020-04-28 23:01:30 +00:00
parent f5f2c6c2a4
commit 9b3a0e3142
3 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ namespace AyaNova.Biz
//CoreBizObject add here
switch (aytype)
{
case AyaType.User:
case AyaType.User:
TABLE = "auser";
break;
case AyaType.Widget: