产成品入库
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Tnb.WarehouseMgr
|
||||
string userAccount = wmsRawmatTransferinstockH?.biller ?? "";
|
||||
string deptCode = wmsRawmatTransferinstockH?.dept_code ?? "";
|
||||
UserEntity userEntity = await _db.Queryable<UserEntity>().Where(x=>x.Account==userAccount).FirstAsync();
|
||||
string userId = userEntity?.Id ?? "";
|
||||
string userId = userEntity?.Id ?? WmsWareHouseConst.AdministratorUserId;
|
||||
|
||||
string supplierId = WmsWareHouseConst.TIANYIGONGYINGSHANG_ID;
|
||||
List<string> tableIds = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user