初期稳定版本260119
This commit is contained in:
@@ -590,14 +590,15 @@ namespace FATrace.WPLApp.Services
|
||||
InTime = GetCellString(row, 0, formatter),
|
||||
OutTime = GetCellString(row, 1, formatter),
|
||||
Origin = GetCellString(row, 2, formatter),
|
||||
RawCode = GetCellString(row, 3, formatter),
|
||||
RawName = GetCellString(row, 4, formatter),
|
||||
TotalInCase = GetCellString(row, 5, formatter),
|
||||
TotalOutCase = GetCellString(row, 6, formatter),
|
||||
RemainCase = GetCellString(row, 7, formatter)
|
||||
Batch = GetCellString(row, 3, formatter),
|
||||
RawCode = GetCellString(row, 4, formatter),
|
||||
RawName = GetCellString(row, 5, formatter),
|
||||
TotalInCase = GetCellString(row, 6, formatter),
|
||||
TotalOutCase = GetCellString(row, 7, formatter),
|
||||
RemainCase = GetCellString(row, 8, formatter)
|
||||
};
|
||||
|
||||
if (IsAllEmpty(entity.InTime, entity.OutTime, entity.Origin, entity.RawCode, entity.RawName,
|
||||
if (IsAllEmpty(entity.InTime, entity.OutTime, entity.Origin, entity.Batch, entity.RawCode, entity.RawName,
|
||||
entity.TotalInCase, entity.TotalOutCase, entity.RemainCase))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user