1
zrg
2026-01-26 ad3c9f6faf0ae364efddedffb8a0a176dec7b6ed
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -4027,6 +4027,8 @@
                DataSet ds = new DataSet();
                ds = oCN.RunProcReturn("select * from Gy_MouldFileMain where HInterID=" + HInterID, "Gy_MouldFileMain");
                DataRow dr = ds.Tables[0].Rows[0];
                dr["HPrintQty"] = 0;
                string Num = dr["HBarCode"].ToString();
                string Num1 = Num.Substring(0, (Num.Length) - 5);
                oCN.BeginTran();