fix decrypt password
This commit is contained in:
@@ -28,7 +28,7 @@ public class DeleteMetodePengadaanService implements BaseService<MetodePengadaan
|
||||
.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, "Metode Pengadaan", input.getId())));
|
||||
|
||||
metodePengadaan.setIsDelete(true);
|
||||
metodePengadaanRepository.save(metodePengadaan);
|
||||
|
Reference in New Issue
Block a user