|
|
@ -251,7 +251,7 @@ public class ClassifyServiceImpl extends BaseServiceImpl<ClassifyMapper, Classif |
|
|
|
ClassifyApiVO classifyApiVO = Func.copy(classifyVO, ClassifyApiVO.class); |
|
|
|
ClassifyApiVO classifyApiVO = Func.copy(classifyVO, ClassifyApiVO.class); |
|
|
|
classifyApiVO.setIsCommit(0); |
|
|
|
classifyApiVO.setIsCommit(0); |
|
|
|
if (Func.isNotEmpty(listId)){ |
|
|
|
if (Func.isNotEmpty(listId)){ |
|
|
|
Long l = listId.get(listId.size()); |
|
|
|
Long l = listId.get(listId.size()- 1); |
|
|
|
List<IndicatorsEntity> indicatorsEntityList = iIndicatorsService.list(Wrappers.<IndicatorsEntity>query().lambda() |
|
|
|
List<IndicatorsEntity> indicatorsEntityList = iIndicatorsService.list(Wrappers.<IndicatorsEntity>query().lambda() |
|
|
|
.eq(IndicatorsEntity::getAssessDept, l) |
|
|
|
.eq(IndicatorsEntity::getAssessDept, l) |
|
|
|
.eq(IndicatorsEntity::getClassifyId, entity.getId()) |
|
|
|
.eq(IndicatorsEntity::getClassifyId, entity.getId()) |
|
|
|