This commit is contained in:
alex
2023-08-21 15:27:33 +08:00
parent bc732e0e31
commit c3b363f06b
3 changed files with 12 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ namespace Tnb.WarehouseMgr
{
instock_time = b.create_time
}, true)
.Mapper(a => a.check_conclusion = a.is_check == 1 ? "合格" : "不合格")
.FirstAsync();
if (carry.IsNull()) throw new AppFriendlyException($"编号{input.carry_code},对应载具不存在或被禁用", 500);
List<WmsCarryCode> carryCodes = new();