Browse Source

PDA考核指标列表修复

chenglong
汤建军 8 months ago
parent
commit
5b9bf27ed5
  1. 2
      blade-service/logpm-supervise/src/main/java/com/logpm/supervise/service/impl/ClassifyServiceImpl.java

2
blade-service/logpm-supervise/src/main/java/com/logpm/supervise/service/impl/ClassifyServiceImpl.java

@ -265,7 +265,7 @@ public class ClassifyServiceImpl extends BaseServiceImpl<ClassifyMapper, Classif
.eq(IndicatorsEntity::getAssessDept, l) .eq(IndicatorsEntity::getAssessDept, l)
.eq(IndicatorsEntity::getClassifyId, entity.getId()) .eq(IndicatorsEntity::getClassifyId, entity.getId())
); );
if (Func.isNotEmpty(indicatorsEntityList) && indicatorsEntityList.size()>1){ if (Func.isNotEmpty(indicatorsEntityList) && indicatorsEntityList.size()>= 1){
classifyApiVO.setIsCommit(1); classifyApiVO.setIsCommit(1);
} }
} }

Loading…
Cancel
Save