|
|
|
@ -444,11 +444,14 @@ public class ClassifyServiceImpl extends BaseServiceImpl<ClassifyMapper, Classif
|
|
|
|
|
handleResource(instanceofDTO.getResourceList(), instanceofDTO.getId()); |
|
|
|
|
} |
|
|
|
|
IndicatorsEntity indicatorsEntity = Func.copy(instanceofDTO, IndicatorsEntity.class); |
|
|
|
|
if (Func.isNotEmpty(instanceofDTO.getObjectionRemark())){ |
|
|
|
|
if (Func.isNotEmpty(instanceofDTO.getAppealReason())){ |
|
|
|
|
indicatorsEntity.setIsObjection(1); |
|
|
|
|
} |
|
|
|
|
if (1 ==instanceofDTO.getIsCommit()){ |
|
|
|
|
indicatorsEntity.setIndicatorsStatus(2); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return R.status(iIndicatorsService.updateById(indicatorsEntity)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|