莫海杰 3 months ago
parent
commit
41f54304ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SCADA_DAQ/Customer/Controllers/WmsController.cs

+ 1 - 1
SCADA_DAQ/Customer/Controllers/WmsController.cs

@@ -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);
         }