1
huangxiaoqiang
2025-10-24 927ce822017ff8459be84b742d519970ca614096
项目代码/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);
    }
}