Wms/WMS.BLL/DataServer/StockInfoServer.cs
@@ -382,7 +382,7 @@
                //验证是否存在选中时间 不存在则赋值今日时间
                if (string.IsNullOrEmpty(StartDate))
                {
                    StartDate = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ff");
                    StartDate = DateTime.Now.ToString("yyyy-MM-dd");
                }
                //根据时间获取对应日期的库存信息