DBScript/01_DDL/03_DDL_VIEW.sql | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DBScript/01_DDL/03_DDL_VIEW.sql
@@ -22,6 +22,7 @@ LEFT JOIN dbo.wms_stock_quan as svs ON station.placeCode=svs.placeCode WHERE station.IsDisabled=0 AND station.IsDelete=0 AND station.PlaceStatus=1 -- 1表示 正常 AND station.PlaceCode <> '040310' -- 040310 许工说这个工位机器人达不到,强行锁定 【Editby shaocx,2024-12-23】 AND svs.Id IS NULL GO