From 95d9423cc7d88f45a09f6d11d9e5bc4237701ee8 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 08 三月 2024 15:59:13 +0800 Subject: [PATCH] 销售订单:行反关闭信用控制(测试) --- DBUtility/业务单据/ClsXt_BaseBill.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/DBUtility/\344\270\232\345\212\241\345\215\225\346\215\256/ClsXt_BaseBill.cs" "b/DBUtility/\344\270\232\345\212\241\345\215\225\346\215\256/ClsXt_BaseBill.cs" index 87008a2..39bffd9 100644 --- "a/DBUtility/\344\270\232\345\212\241\345\215\225\346\215\256/ClsXt_BaseBill.cs" +++ "b/DBUtility/\344\270\232\345\212\241\345\215\225\346\215\256/ClsXt_BaseBill.cs" @@ -183,7 +183,7 @@ { try { - oCn.BeginTran(); + //oCn.BeginTran(); string sql = "select * from " + MvarItemKeySub + " where HInterID=" + lngBillKey.ToString() + " and HEntryID = " + HEntryID; DataSet ds = oCn.RunProcReturn(sql, MvarItemKeySub); if(ds==null || ds.Tables[0].Rows.Count == 0) @@ -205,7 +205,7 @@ ); sReturn = "琛屽弽鍏抽棴鎴愬姛锛�"; - oCn.Commit(); + //oCn.Commit(); return true; } catch (Exception e) -- Gitblit v1.9.1