xiazhengtongxue
4 天以前 0f710285d9f02e3d4cea19557e17945e9ef9532b
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -90,7 +90,7 @@
        /// </summary>
        /// <param name="taskNum"></param>
        /// <returns></returns>
        [HttpGet, HttpPost, Route("TransferCheck"),AllowAnonymous]
        [HttpGet, HttpPost, Route("TransferCheck"), AllowAnonymous]
        public async Task<WebResponseContent?> TransferCheckAsync([FromBody] int taskNum)
        {
            return await Service.TransferCheckAsync(taskNum);