From df8354d552a8658d5919d801ad307489c039eb02 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 30 十月 2024 09:51:43 +0800
Subject: [PATCH] 首巡末检,根据用户带出相关信息减少用户录入,以及选着检验方案根据物料过滤,只显示当前物料
---
WebAPI/Controllers/WebAPIController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index e4364b1..ce68293 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -14818,7 +14818,7 @@
res.count = CountConstant.FAIL;
res.Message = "Exception锛�" + e.ToString();
res.data = null;
- return objJsonResult;
+ return res;
}
}
#endregion
--
Gitblit v1.9.1