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