莫海杰 3 ヶ月 前
コミット
41f54304ca
1 ファイル変更1 行追加1 行削除
  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);
         }