zhanghonglin
3 小时以前 1e6a3ce80c38124fe8750f59956528204e696d4e
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StockService/OutstockinfoService.cs
@@ -33,7 +33,7 @@
            if (Code !=null && !Code.Equals(""))
            {
                Dt_Warehouse Warehouse = _WarehouseRepository.QueryFirst(x => x.MateriaCode == Code);
                if (Warehouse == null)
                if (Warehouse != null)
                {
                    Dt_Outstockinfo Outstockinfo = selectOutstockinfo();
                    Outstockinfo.EmptyOutSet = Code;