From 823f0ece05689758ae8f42e26c4ec994db77bc56 Mon Sep 17 00:00:00 2001 From: chenyong <chenyong@hnkhzn.com> Date: 星期五, 04 七月 2025 16:10:39 +0800 Subject: [PATCH] 新增异常库位提示页面,优化前端显示 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/UtilConvert.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/UtilConvert.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/UtilConvert.cs index ae82614..dfe3615 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/UtilConvert.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Helper/UtilConvert.cs @@ -945,10 +945,10 @@ case HtmlElementType.Contains: linqExpression = LinqExpressionType.In; break; - case HtmlElementType.ThanOrEqual: + case HtmlElementType.thanorequal: linqExpression = LinqExpressionType.ThanOrEqual; break; - case HtmlElementType.LessOrequal: + case HtmlElementType.lessorequal: linqExpression = LinqExpressionType.LessThanOrEqual; break; case HtmlElementType.GT: -- Gitblit v1.9.3