@tomei/rental 0.18.0-test.1 → 0.18.0-test.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -440,7 +440,7 @@ class Rental extends general_1.ObjectBase {
440
440
  return;
441
441
  }
442
442
  if (key === 'Status') {
443
- where.push('a.Status LIKE :Status');
443
+ where.push('r.Status LIKE :Status');
444
444
  replacements.Status = `%${value}%`;
445
445
  return;
446
446
  }