From 634bfacdb0ddf2415faebeab41d60be25ff697b2 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 30 十二月 2024 10:40:23 +0800 Subject: [PATCH] 系统配置:增加字段 字段附加字段 --- WebAPI/Controllers/BaseSet/Gy_SupplierController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Gy_SupplierController.cs b/WebAPI/Controllers/BaseSet/Gy_SupplierController.cs index c3ad2ea..af67770 100644 --- a/WebAPI/Controllers/BaseSet/Gy_SupplierController.cs +++ b/WebAPI/Controllers/BaseSet/Gy_SupplierController.cs @@ -131,7 +131,7 @@ res.count = CountConstant.FAIL; res.Message = "Exception锛�" + e.ToString(); res.data = null; - return objJsonResult; + return res; } } #endregion -- Gitblit v1.9.1