项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/MES/MesController.cs
@@ -144,9 +144,9 @@ /// <param name="boxCode"></param> /// <returns></returns> [HttpPost,HttpGet, Route("MESBoxCodeNotice"), AllowAnonymous] public string MESBoxCodeNotice(string boxCode) public WebResponseContent MESBoxCodeNotice(string boxCode) { return _invokeMESService.MESBoxCodeNotice(boxCode); return _proInOrderInfoService.MESBoxCode(boxCode); } } }