@@ -24,7 +24,7 @@ namespace SCADA_DAQ.Customer.Controllers
[HttpPost]
public async Task<IHttpActionResult> LowShelfTask([FromBody] List<LowShelfTaskBo> taskList)
{
- var res = await Task.Run(() => _wcsService.WmsLowAutoShelfTask(taskList));
+ var res = await Task.Run(() => _wcsService.WmsLowShelfTask(taskList));
return Ok(res);
}