From 6a19b4394850d0aac5cf3aab8a0136c77515c41d Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 19 三月 2024 17:16:14 +0800
Subject: [PATCH] 生产进度报表查询条件增减

---
 VueWebCoreApi/Controllers/TaskBackGroundController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VueWebCoreApi/Controllers/TaskBackGroundController.cs b/VueWebCoreApi/Controllers/TaskBackGroundController.cs
index 32509a8..f2bb7d5 100644
--- a/VueWebCoreApi/Controllers/TaskBackGroundController.cs
+++ b/VueWebCoreApi/Controllers/TaskBackGroundController.cs
@@ -35,7 +35,7 @@
         public async Task<IActionResult> GetJobs()
         {
             mes.code = "200";
-            mes.Message = "鏌ヨ鎴愬姛锛�";
+            mes.message = "鏌ヨ鎴愬姛锛�";
             mes.data = await _schedulerFactory.GetJobs();
             return Json(mes);
         }

--
Gitblit v1.9.3