|
|
@ -1870,7 +1870,7 @@ namespace ICSSoft.DataProject |
|
|
|
LEFT JOIN ICSInspection ins ON a.LotNo=ins.LotNo AND a.WorkPoint=ins.WorkPoint";
|
|
|
|
} |
|
|
|
|
|
|
|
sqlNew = string.Format(sqlNew, columns, tableName, JsonData.Code, JsonData.WorkPoint); |
|
|
|
sqlNew = string.Format(sqlNew, columns, tableName, JsonData.Code, JsonData.WorkPoint, LotDetail, con); |
|
|
|
#endregion
|
|
|
|
#region 原条码
|
|
|
|
if (ScanType == "LOTNO") |
|
|
|