|
|
@ -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); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|