调整文字

This commit is contained in:
18942506660
2024-03-04 16:29:58 +08:00
parent 8e72d827ae
commit 5fe632c702

View File

@@ -398,7 +398,7 @@ namespace WMS.Web.Api.Controllers
return Result<BoxResponse>.ReFailure("箱号" + boxBillNo + "不存在", 800000);
var inventory = await _boxInventoryRepositories.GetInfoBy(boxBillNo);
if (inventory != null)
return Result<BoxResponse>.ReFailure("箱号" + boxBillNo + "已上架,无需上架", 800000);
return Result<BoxResponse>.ReFailure("箱号" + boxBillNo + "已上架,无需上架", 800000);
var response = res[0];
var detail = await _outStockRepositories.GetDetailsByBoxId(response.Id);
if (detail.Count() == 0)