feat: add permitNumber, lot fields to rts

This commit is contained in:
2025-11-19 15:41:08 +05:30
parent bc23b530d6
commit 7108ab9ce3
2 changed files with 8 additions and 0 deletions

View File

@@ -145,6 +145,8 @@ export async function listRts(
dueDate: 1,
taggedUsers: 1,
fileValidationStatus: 1,
permitNumber: 1,
lot: 1,
county: {
$let: {
vars: { county: { $arrayElemAt: ["$countyRec", 0] } },