项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs
@@ -152,8 +152,8 @@ [HttpPost, AllowAnonymous, Route("SendERPTaskCompletion")] [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 5 })] public Task<WebResponseContent> SendERPTaskCompletion(string palletCode) public Task<WebResponseContent> ERPAllocate(string palletCode) { return Service.SendERPTaskCompletion(palletCode); return Service.ERPAllocate(palletCode); } }