|
@ -1414,7 +1414,7 @@ namespace EasyBL.WEBAPP.ShowEasy |
|
|
new object[] { |
|
|
new object[] { |
|
|
JoinType.Left, t1.OrgID == t2.OrgID && t1.ItemType == t2.ArgumentID && t2.ArgumentClassID=="ServiceItem" |
|
|
JoinType.Left, t1.OrgID == t2.OrgID && t1.ItemType == t2.ArgumentID && t2.ArgumentClassID=="ServiceItem" |
|
|
} ) |
|
|
} ) |
|
|
.Where((t1, t2) => t1.Effective == "Y" && t1.LangID== sLanguageID && t1.OrgID== sORIGID && t1.ServiceID== sServiceID && t2.ArgumentClassID== "ServiceItem") |
|
|
|
|
|
|
|
|
.Where((t1, t2) => t1.Effective == "Y" && t1.LangID== sLanguageID && t1.OrgID== sORIGID && t1.ServiceID== sServiceID && t2.ArgumentClassID== "ServiceItem" && t1.ItemType!="02") |
|
|
.Select((t1, t2) => new ArgumentDTO |
|
|
.Select((t1, t2) => new ArgumentDTO |
|
|
{ |
|
|
{ |
|
|
ArgumentID =t1.Guid, |
|
|
ArgumentID =t1.Guid, |
|
|