xiongzhu 5 years ago
parent
commit
3387563ec9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      model/AcsDevice.cs

+ 1 - 0
model/AcsDevice.cs

@@ -16,6 +16,7 @@ namespace DeviceCenter
         public int _userId { get; set; }
         public AcsDevice()
         {
+            _userId = -1;
             type = DeviceType.ACS;
         }