..
This commit is contained in:
@@ -165,7 +165,7 @@ namespace FPJ0000.EBoard
|
||||
{
|
||||
var 분류명 = fpSpread1.Sheets[0].Cells[1, 1 + (i - 1) * 2].Value.ToString();
|
||||
var 분류데이터 = 기간자료.Where(t => t.uid.Contains(item.Key) && t.분류 == 분류명);
|
||||
var 건수 = 분류데이터.Count();
|
||||
var 건수 = 분류데이터.Sum(t => t.QTY);
|
||||
var 시간 = 분류데이터.Sum(t => t.RepairTime);
|
||||
this.fpSpread1.Sheets[0].Cells[row, (i - 1) * 2 + 1].Value = 건수;
|
||||
this.fpSpread1.Sheets[0].Cells[row, (i - 1) * 2 + 2].Value = 시간;
|
||||
|
||||
Reference in New Issue
Block a user