From 6d40f7c8b19efc612f824ee7e778d5be9f8382f5 Mon Sep 17 00:00:00 2001 From: Tjiny <Tjinyu23@163.com> Date: 星期五, 11 七月 2025 17:04:03 +0800 Subject: [PATCH] 2025-07-11日提交 --- HH.WCS.Mobox3.RiDong/api/SynthesizeController.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HH.WCS.Mobox3.RiDong/api/SynthesizeController.cs b/HH.WCS.Mobox3.RiDong/api/SynthesizeController.cs index 0a2cf40..d93de3e 100644 --- a/HH.WCS.Mobox3.RiDong/api/SynthesizeController.cs +++ b/HH.WCS.Mobox3.RiDong/api/SynthesizeController.cs @@ -114,8 +114,10 @@ /// 浠诲姟浼樺厛绾� /// </summary> /// <returns></returns> + [HttpPost] public ApiModel.SimpleResult TaskPriority(ApiModel.MoboxTaskBase model) { + var result = new ApiModel.SimpleResult(); var operation = AdoSqlMethod<Operation>.QueryFirst(p => p.S_CODE == model.TaskNo); @@ -123,7 +125,7 @@ if (operation == null) { result.resultCode = -1; - result.resultMsg = "浠诲姟涓嶅瓨鍦紒"; + result.resultMsg = $"浣滀笟涓嶅瓨鍦紒锛屼紶閫掔殑浠诲姟鍙蜂负{model.TaskNo}"; return result; } -- Gitblit v1.9.1