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;