|
|
|
|
|
|
|
|
.eq(InspectionFile::getMark, 1)); |
|
|
.eq(InspectionFile::getMark, 1)); |
|
|
Integer confirmedProblemCount = 0; |
|
|
Integer confirmedProblemCount = 0; |
|
|
Integer discoverProblemCount = 0; |
|
|
Integer discoverProblemCount = 0; |
|
|
if (CollectionUtil.isEmpty(inspectionFileList)) { |
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(inspectionFileList)) { |
|
|
discoverProblemCount = inspectionFileList.size(); |
|
|
discoverProblemCount = inspectionFileList.size(); |
|
|
for (InspectionFile inspectionFile : inspectionFileList) { |
|
|
for (InspectionFile inspectionFile : inspectionFileList) { |
|
|
if (InspectionFileStatusEnum.CONFIRMED.getCode() == inspectionFile.getStatus()) { |
|
|
if (InspectionFileStatusEnum.CONFIRMED.getCode() == inspectionFile.getStatus()) { |