1
dengjunjie
9 天以前 5621e29bd415c85fd719e0e6366eae813b970ea2
代码管理/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();
        }