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