fix decrypt password
This commit is contained in:
@@ -28,7 +28,7 @@ public class DeleteStrategiPengadaanService implements BaseService<StrategiPenga
|
||||
.orElseThrow(() -> new BusinessException(HttpStatus.CONFLICT,
|
||||
Constants.ERR_CODE_10001,
|
||||
Constants.ERR_TTL_10001,
|
||||
String.format(Constants.ERR_MSG_10001, input.getId())));
|
||||
String.format(Constants.ERR_MSG_10001, "Strategi Pengadaan", input.getId())));
|
||||
|
||||
strategiPengadaan.setIsDelete(true);
|
||||
strategiPengadaanRepository.save(strategiPengadaan);
|
||||
|
Reference in New Issue
Block a user