This commit is contained in:
2018-08-31 18:12:51 +00:00
parent 22840da6c7
commit 0d2a3f9c5a

View File

@@ -486,6 +486,7 @@ namespace AyaNova.Biz
case "locale": case "locale":
{ {
//get the userId //get the userId
//----
var V7Id = new Guid(j["ID"].Value<string>()); var V7Id = new Guid(j["ID"].Value<string>());
var MapItem = importMap.Where(m => m.V7ObjectId == V7Id).FirstOrDefault(); var MapItem = importMap.Where(m => m.V7ObjectId == V7Id).FirstOrDefault();
if (MapItem == null) if (MapItem == null)