MES生产入库接口bug

This commit is contained in:
FanLian
2023-07-20 15:06:56 +08:00
parent 630a8b76d0
commit 473059adda
3 changed files with 2 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ namespace Tnb.WarehouseMgr
/// </summary>
/// <returns></returns>
[HttpPost]
public async Task PackSortingByAdd(WmsCarryMat? carryMat)
public async Task PackSortingByAdd(WmsCarryMat carryMat)
{
string firstLocationId = "27010980724501", secondLocationId = "27010987857941";
var endLocation = await _db.Queryable<BasLocation>().SingleAsync(it => it.id == secondLocationId);