http post,WareHouseService少了一个},补上
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user