|
@@ -69,7 +69,7 @@ public class MedalLogicImpl extends BaseLogic implements MedalLogic {
|
|
throw new HttpBadRequestException("medal not exists");
|
|
throw new HttpBadRequestException("medal not exists");
|
|
}
|
|
}
|
|
medal.setDeleted(DeleteStatus.IS_DELETED);
|
|
medal.setDeleted(DeleteStatus.IS_DELETED);
|
|
- medalService.saveMedal(medal);
|
|
|
|
|
|
+ medalService.updateMedal(medal);
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|