From 49efcc39ef399f8f3b170f6b06ffc2177643f1b2 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期二, 27 五月 2025 17:27:39 +0800 Subject: [PATCH] 优化空托上线通过物料类型检查容器的功能 --- api/MoboxController.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/MoboxController.cs b/api/MoboxController.cs index 36a11bf..ac5f2e8 100644 --- a/api/MoboxController.cs +++ b/api/MoboxController.cs @@ -59,14 +59,14 @@ var apiName = "绌烘墭/绌虹鍏ュ簱"; LogHelper.InfoApi(apiName, model); - if (model.CntrType == "鎵樼洏") { + if (model.CntrType == "绌烘墭鐩�) { return ApiHelper.EmptyInboundPallet(model); } - else if (model.CntrType == "濂借繍绠�) { + else if (model.CntrType == "绌哄ソ杩愮") { return ApiHelper.EmptyInboundGoodpack(model); } else { - return NewSimpleResult(-1, $"瀹瑰櫒绫诲瀷 '{model.CntrType}' 涓嶅悎娉曪細搴斾负 '鎵樼洏' 鎴�'濂借繍绠�"); + return NewSimpleResult(-1, $"瀹瑰櫒绫诲瀷 '{model.CntrType}' 涓嶅悎娉曪細搴斾负 '绌烘墭鐩� 鎴�'绌哄ソ杩愮'"); } } -- Gitblit v1.9.1