From dfeb2f6efe1aafe644d69d0f9c6fce701b624221 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 29 八月 2023 17:50:36 +0800
Subject: [PATCH] 同步erp计量单位信息 编写计量单位查询、新增、修改、删除接口
---
VueWebCoreApi/Tools/SeachEncodeJob.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/VueWebCoreApi/Tools/SeachEncodeJob.cs b/VueWebCoreApi/Tools/SeachEncodeJob.cs
index 392c2b7..7c645e8 100644
--- a/VueWebCoreApi/Tools/SeachEncodeJob.cs
+++ b/VueWebCoreApi/Tools/SeachEncodeJob.cs
@@ -257,7 +257,7 @@
List<object> list = new List<object>();
list.Clear();
string sql = @"update TCodeRules set value=@cunm2,incbit=@incbit where menucode=@rightcode";
- list.Add(new { str = sql, parm = new { rightcode = rightcode, cunm2 = Convert.ToInt32(incbit), incbit = incbit.Length } });
+ list.Add(new { str = sql, parm = new { rightcode = rightcode, cunm2 = incbit, incbit = incbit.Length } });
return list;
}
#endregion
--
Gitblit v1.9.3