From b821703f9879a957937d730e46ed1305b404094e Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期四, 17 十一月 2022 20:03:37 +0800 Subject: [PATCH] 合并 --- WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs b/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs index f18ccfb..d2fde60 100644 --- a/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs +++ b/WebAPI/Controllers/BaseSet/Xt_grdAlignment_WMESController.cs @@ -56,7 +56,7 @@ public string HSortFlag; public string HSelTotal; public string HColumnWidth; - + } public class grdAlignmentSub { @@ -123,7 +123,7 @@ ") values('" + user + "','" + HModName + "','" + HGridString + "'," + (omdelMian.HFixCols == "" ? "0" : omdelMian.HFixCols) + "," + (omdelMian.HFontSize == "" ? "0" : omdelMian.HFontSize) + ",0" + ",0,'" + omdelMian.HSortFlag + "','" + omdelMian.HSelTotal + "'" + - ","+ (omdelMian.HColumnWidth == "" ? "0" : omdelMian.HColumnWidth) + ")"); + "," + (omdelMian.HColumnWidth == "" ? "0" : omdelMian.HColumnWidth) + ")"); objJsonResult.code = "1"; -- Gitblit v1.9.1