增加部分日志

This commit is contained in:
wulin 2021-09-09 21:59:30 +08:00
parent ba6c3fd372
commit edbf223401

View File

@ -362,7 +362,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
private StartStartDto start(EvaluationGroup evaluationGroup, FlowStart flowStart,
Map<String, List<StaffEntity>> staffManages, List<StaffSimpleInfo> staffIds,
Map<Long, List<FlowChartRole>> mustRole, Map<Long, List<FlowChartRole>> selfMustRole, boolean isInsert){
log.info("开始发起考评组考核{}", evaluationGroup);
StartStartDto startStartDto = new StartStartDto();
List<ResultModelDto> resultModelDtos = resultModelService.selectResultDtoByGroupId(evaluationGroup.getId());
if(resultModelDtos.size() == 0){
@ -539,6 +539,8 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
resultDetail.setModelId(modelDto.getId());
resultDetails.add(resultDetail);
}
}else{
log.info("无考评组信息");
}
}