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