1
llj
2026-01-19 4c2d6fc7aeb7fe0cc44b2735514d47ff2ace18fa
DAL/车间管理/ClsQc_PreventErrMouldCheckBillMain.cs
@@ -80,7 +80,7 @@
                {
                    string subSql = "insert into Qc_PreventErrMouldCheckBillSub " +
                        "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult) " +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult,HPreventErrResult) " +
                        " values(" +
                        "" + omodel.HInterID.ToString() +
                        "," + oSub.HEntryID.ToString() +
@@ -94,6 +94,7 @@
                        "','" + oSub.HLoseMode +
                        "','" + oSub.HLoseCheck +
                        "','" + oSub.HCheckResult +
                        "','" + oSub.HPreventErrResult +
                        "')";
                    oCn.RunProc(subSql);
                }
@@ -195,7 +196,7 @@
                {
                    string subSql = "insert into Qc_PreventErrMouldCheckBillSub " +
                        "(HInterID,HEntryID,HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HRemark" +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult) " +
                        ",HPreventErrMouldID,HPreventErrNote,HLoseMode,HLoseCheck,HCheckResult,HPreventErrResult) " +
                        " values(" +
                        "" + omodel.HInterID.ToString() +
                        "," + oSub.HEntryID.ToString() +
@@ -209,6 +210,7 @@
                        "','" + oSub.HLoseMode +
                        "','" + oSub.HLoseCheck +
                        "','" + oSub.HCheckResult +
                        "','" + oSub.HPreventErrResult +
                        "')";
                    oCn.RunProc(subSql);
                }