This commit is contained in:
chi
2022-02-01 00:28:56 +09:00
parent 66f1ff0cbb
commit 4a43b30973
88 changed files with 1503 additions and 22144 deletions

View File

@@ -274,7 +274,7 @@ namespace FPJ0000.JobReport_
//2번부터는 데이터를 넣어야 한다
double sumOt = 0.0;
double holytime = 0.0;
//double holytime = 0.0;
int coldata = 2;
for (int i = 2; i <= 6; i++)
{
@@ -292,7 +292,7 @@ namespace FPJ0000.JobReport_
//이 이름에 해당하는 데이터의 시간을 가져온다
double ot = 0.0;
double hrs = 0.0;
if (colName != "*" && colName.isEmpty()==false)
if (colName != "*" && String.IsNullOrEmpty(colName)==false)
{
//double holytime = 0.0;
var timeList = item.Where(t => t.svalue == colName);