wangxinhui
2026-01-12 ded9c653b4bd5f45cb23124068687135c29e6915
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/MES/MesController.cs
@@ -36,7 +36,7 @@
        {
            _taskService = taskService;
            _outMESOrderService = outMESOrderService;
            _proInOrderInfoService=proInOrderInfoService;
            _proInOrderInfoService = proInOrderInfoService;
            _invokeMESService = invokeMESService;
        }
        /// <summary>
@@ -143,10 +143,10 @@
        /// </summary>
        /// <param name="boxCode"></param>
        /// <returns></returns>
        [HttpPost, Route("MESBoxCodeNotice"), AllowAnonymous]
        public string MESBoxCodeNotice(string boxCode)
        [HttpPost,HttpGet, Route("MESBoxCodeNotice"), AllowAnonymous]
        public WebResponseContent MESBoxCodeNotice(string boxCode)
        {
            return _invokeMESService.MESBoxCodeNotice(boxCode);
            return _proInOrderInfoService.MESBoxCode(boxCode);
        }
    }
}