bug
This commit is contained in:
@@ -366,7 +366,7 @@ namespace Tnb.WarehouseMgr
|
||||
.Select((x, y) => y)
|
||||
.ToListAsync();
|
||||
List<WmsErpWarehouserelaH> erpWarehouserelaHs = await _db.Queryable<WmsErpWarehouserelaH>().Where(x=>x.id!=null).ToListAsync();
|
||||
string userId = instock?.create_id ?? WmsWareHouseConst.AdministratorUserId;
|
||||
string userId = prdReport?.create_id ?? WmsWareHouseConst.AdministratorUserId;
|
||||
|
||||
string supplierId = WmsWareHouseConst.TIANYIGONGYINGSHANG_ID;
|
||||
List<string> tableIds = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user