http post,WareHouseService少了一个},补上

This commit is contained in:
FanLian
2023-06-20 09:15:17 +08:00
parent c0115be3aa
commit 15fbfecfa5
6 changed files with 211 additions and 3 deletions

View File

@@ -62,7 +62,6 @@ namespace Tnb.WarehouseMgr
/// </summary>
/// <param name="carryId"></param>
/// <returns></returns>
[HttpGet]
public async Task<dynamic> GetUnStoreLocationListByCarryId([FromRoute] string carryId)
{
var items = await _db.Queryable<WmsCarryH>().LeftJoin<BasLocation>((a, b) => a.location_id == b.id)