From 74ca5a83f24c53c48ad7e6f5b7739649fb411546 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期四, 17 七月 2025 17:19:53 +0800 Subject: [PATCH] 优化部分日志和未使用代码 --- wms/SYSHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wms/SYSHelper.cs b/wms/SYSHelper.cs index d075833..9eed2f2 100644 --- a/wms/SYSHelper.cs +++ b/wms/SYSHelper.cs @@ -33,7 +33,7 @@ else { //鎻掑叆琛� sId = new OI_SYS_MAXID { CN_S_TYPE = snType, CN_S_PRE = prefix, CN_N_MAX = 1 }; - result = db.Insertable<OI_SYS_MAXID>(sId).ExecuteCommand() > 0 ? 1 : 0; + result = db.Insertable(sId).ExecuteCommand() > 0 ? 1 : 0; } } -- Gitblit v1.9.1