From e1ffcf0caf947aaa9a093e6b13ff6993b301d919 Mon Sep 17 00:00:00 2001 From: yuyubo <1870149533@qq.com> Date: Fri, 17 Oct 2025 14:44:13 +0800 Subject: [PATCH] 1 --- Pilot_KD_Parino/Sal_Order/SaleOrderContractnumber.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pilot_KD_Parino/Sal_Order/SaleOrderContractnumber.cs b/Pilot_KD_Parino/Sal_Order/SaleOrderContractnumber.cs index 3e2cf25..5263f7c 100644 --- a/Pilot_KD_Parino/Sal_Order/SaleOrderContractnumber.cs +++ b/Pilot_KD_Parino/Sal_Order/SaleOrderContractnumber.cs @@ -30,7 +30,7 @@ namespace Pilot_KD_Parino.Sal_Order { var json = JsonUtil.Serialize(FEntity); - Logger.Error("销售订单保存前刷正确的合同号", json, new Exception()); + //Logger.Error("销售订单保存前刷正确的合同号", json, new Exception()); var fid = FEntity["id"]; var sql3333 = $@"SELECT F_contractnumber FROM dbo.T_SAL_ORDER WHERE fid={fid} and F_contractnumber !='' "; @@ -38,7 +38,7 @@ namespace Pilot_KD_Parino.Sal_Order if (sqlDS33 != null && sqlDS33.Count > 0) { string contractnumber = sqlDS33[0]["F_contractnumber"].ToString(); - Logger.Error("销售订单保存前刷正确的合同号2", contractnumber, new Exception()); + //Logger.Error("销售订单保存前刷正确的合同号2", contractnumber, new Exception()); FEntity["F_contractnumber"] = contractnumber;