fix decrypt password
This commit is contained in:
@@ -26,7 +26,7 @@ public class GetMetodePengadaanByIdService implements BaseService<MetodePengadaa
|
||||
throw 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()));
|
||||
}
|
||||
|
||||
return MetodePengadaanResponse.builder()
|
||||
|
Reference in New Issue
Block a user