消除齐套出库警告

This commit is contained in:
alex
2023-08-04 15:05:45 +08:00
parent 0d154779e6
commit 64f50721d4
2 changed files with 14 additions and 1 deletions

View File

@@ -238,7 +238,7 @@ namespace Tnb.WarehouseMgr
area_code = it.Key,
require_id = ko.id,
require_code = ko.bill_code,
create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value,
create_id = curUser.FindFirst(ClaimConst.CLAINMUSERID)?.Value!,
create_time = DateTime.Now,
source_id = ko.source_id,
source_code = ko.source_code