fix:新增盘点单移除仓位锁定条件

This commit is contained in:
zhouz
2026-01-22 09:50:43 +08:00
parent f84ffe894f
commit 8bc1783734

View File

@@ -248,7 +248,7 @@
LEFT JOIN md_me_materialbase mb ON mb.material_id = ivt.material_id
WHERE
1 = 1
AND struct.lock_type = '1'
-- AND struct.lock_type = '1'
AND struct.lock_type <> '88'
AND IFNULL(struct.storagevehicle_code,'') <> ''