This commit is contained in:
@@ -149,9 +149,9 @@ namespace Dilon.Core.Service
|
||||
/// <returns></returns>
|
||||
private async Task FillPids(SysOrg sysOrg)
|
||||
{
|
||||
if (sysOrg.Pid.Equals(System.Guid.Empty.ToString(), System.StringComparison.OrdinalIgnoreCase))
|
||||
if (sysOrg.Pid.Equals(System.Guid.Empty.ToString()))
|
||||
{
|
||||
sysOrg.Pids = "[" + 0 + "],";
|
||||
sysOrg.Pids = "[" + System.Guid.Empty + "],";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user