yuanrf 3 mēneši atpakaļ
vecāks
revīzija
6ff4e44a09

+ 3 - 0
OASystem/OASystem.Api/Middlewares/RecordAPIOperationMiddleware.cs

@@ -66,8 +66,11 @@ namespace OASystem.API.Middlewares
                         bool exists5 = requestBodyJson.TryGetValue("id", out param5);
                         bool exists6 = requestBodyJson.TryGetValue("status", out param6);
 
+
                         if (!string.IsNullOrEmpty(param1.ToString())) int.TryParse(param1.ToString(), out portType);
 
+                        
+
                         //用户Id处理
                         if (userId < 1)
                         {