This commit is contained in:
2021-07-19 23:18:02 +00:00
parent ae58f45cab
commit e22db77e5a
3 changed files with 5 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ namespace AyaNova.PickList
switch (v[0])
{
case "customerid":
if (string.IsNullOrWhiteSpace(v[1]) || v[1] == "0") return string.Empty;
return $"aunit.customerid = {v[1]}";
}