|
|
@ -173,10 +173,12 @@ public class SubPositionCheckInfoServiceImpl extends BaseServiceImpl<SubPosition |
|
|
//添加验收记录信息
|
|
|
//添加验收记录信息
|
|
|
dto.setFlag(2); |
|
|
dto.setFlag(2); |
|
|
subAuditRecordsLogService.addFirstTrialRecords(dto); |
|
|
subAuditRecordsLogService.addFirstTrialRecords(dto); |
|
|
//添加满分记录
|
|
|
if(!"4".equals(dto.getCheckResult())){ |
|
|
List<SubInfoGridRelationEntity> relationList = subInfoGridRelationService.selectListByInfoId(dto.getInfoId()); |
|
|
//添加满分记录
|
|
|
for(SubInfoGridRelationEntity sir : relationList){ |
|
|
List<SubInfoGridRelationEntity> relationList = subInfoGridRelationService.selectListByInfoId(dto.getInfoId()); |
|
|
kpiGridEntityService.insertFullMarks(sir); |
|
|
for(SubInfoGridRelationEntity sir : relationList){ |
|
|
|
|
|
kpiGridEntityService.insertFullMarks(sir); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
return new Result(); |
|
|
return new Result(); |
|
|
} |
|
|
} |
|
|
|