dengjunjie
4 天以前 bea5e8a7d4d764ec0eb35e766a879e85a1424ca4
代码管理/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/SquareCabin/CabinOrderController.cs
@@ -14,9 +14,9 @@
        [HttpPost,Route("GetUpstreamOrder"),AllowAnonymous]
        public WebResponseContent GetUpstreamOrder(DateTime searchDate)
        public WebResponseContent GetUpstreamOrder()
        {
            return Service.GetUpstreamOrder(searchDate);
            return Service.GetUpstreamOrder();
        }