This commit is contained in:
@@ -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]}";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user