|
|
@ -374,6 +374,9 @@ public class ClassifyServiceImpl extends BaseServiceImpl<ClassifyMapper, Classif |
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public R myApiIndicatorsDetail(Long id,Long classifyId) { |
|
|
|
public R myApiIndicatorsDetail(Long id,Long classifyId) { |
|
|
|
IndicatorsEntity indicatorsEntity = iIndicatorsService.getById(id); |
|
|
|
IndicatorsEntity indicatorsEntity = iIndicatorsService.getById(id); |
|
|
|
|
|
|
|
if (2 == indicatorsEntity.getIndicatorsStatus()){ |
|
|
|
|
|
|
|
return R.fail("已确认考核无法进行修改"); |
|
|
|
|
|
|
|
} |
|
|
|
//查询是否存在有附件
|
|
|
|
//查询是否存在有附件
|
|
|
|
List<IndicatorsAnnexEntity> list = indicatorsAnnexService.list(Wrappers.<IndicatorsAnnexEntity>query().lambda().eq(IndicatorsAnnexEntity::getIndicatorsId, id)); |
|
|
|
List<IndicatorsAnnexEntity> list = indicatorsAnnexService.list(Wrappers.<IndicatorsAnnexEntity>query().lambda().eq(IndicatorsAnnexEntity::getIndicatorsId, id)); |
|
|
|
IndicatorsVO indicatorsVO = IndicatorsWrapper.build().entityVO(indicatorsEntity); |
|
|
|
IndicatorsVO indicatorsVO = IndicatorsWrapper.build().entityVO(indicatorsEntity); |
|
|
|