From 1d1fe16a72b9ef9137df6795d7d0103f36f65a9d Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期二, 12 十一月 2024 17:42:29 +0800 Subject: [PATCH] 修改作业指导书上传文件操作4m不能上传,增加月度报告和不良top3查询 --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index de123fe..ddc965c 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -1960,7 +1960,7 @@ res.count = CountConstant.FAIL; res.Message = "Exception锛�" + e.ToString(); res.data = null; - return objJsonResult; + return res; } } #endregion -- Gitblit v1.9.1