wtt
2024-09-10 d342d178aea2a3dcb1ea54b0fcc78decb2f657b5
DAL/车间管理/ClsQc_PreventErrMouldCheckBillMain.cs
@@ -120,7 +120,7 @@
                //涓昏〃
                string mainSql = "insert into Qc_PreventErrMouldCheckBillMain" +
                    "(HYear,HPeriod,HBillType,HBillSubType,HInterID,HDate,HBillNo,HRemark,HMaker,HMakeDate" +
                    ",HMaterID,HCheckEmpID,HNote,HLastResult) " +
                    ",HMaterID,HCheckEmpID,HNote,HLastResult,HMainSourceInterID,HMainSourceEntryID,HMainSourceBillNo) " +
                    "values(" +
                    "" + (omodel.HYear.ToString() != "0" ? omodel.HYear.ToString() : DateTime.Now.Year.ToString()) +
                    "," + omodel.HPeriod.ToString() +
@@ -136,6 +136,9 @@
                    "','" + omodel.HCheckEmpID +                  
                    "','" + omodel.HNote +
                    "','" + omodel.HLastResult +
                    "','" + omodel.HMainSourceInterID +
                    "','" + omodel.HMainSourceEntryID +
                    "','" + omodel.HMainSourceBillNo +
                    "')";
                oCn.RunProc(mainSql);