Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-04-14 17:53:58 +03:00
parent 9ee70eb05a
commit 352a7e26ea

View File

@@ -972,8 +972,9 @@ CROSS JOIN (
THEN CAST(Barcode AS BIGINT) THEN CAST(Barcode AS BIGINT)
ELSE NULL ELSE NULL
END END
),0) MaxBarcode ),0) AS MaxBarcode
FROM dbo.prItemBarcode FROM dbo.prItemBarcode
) seed
`, strings.Join(values, ","), orderHeaderParam, usernameParam, usernameParam) `, strings.Join(values, ","), orderHeaderParam, usernameParam, usernameParam)
chunkStart := time.Now() chunkStart := time.Now()