yuanrf 3 月之前
父節點
當前提交
6ff4e44a09
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      OASystem/OASystem.Api/Middlewares/RecordAPIOperationMiddleware.cs

+ 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)
                         {