dengjunjie
6 天以前 3ca1401ff81f256f54533110b48c68e7fa6bfca5
代码管理/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();
        }