fix(Client:MongoDB): 修复MongoDB 客户端 App 值为 'BA'
This commit is contained in:
parent
045b5861e7
commit
fde8231177
|
@ -53,7 +53,7 @@ namespace Bootstrap.Client.DataAccess.MongoDB
|
||||||
if (ret != null)
|
if (ret != null)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(ret.Icon)) ret.Icon = "default.jpg";
|
if (string.IsNullOrEmpty(ret.Icon)) ret.Icon = "default.jpg";
|
||||||
if (string.IsNullOrEmpty(ret.App)) ret.App = "0";
|
if (string.IsNullOrEmpty(ret.App)) ret.App = "BA";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in New Issue