add status field to rts

This commit is contained in:
2025-06-04 14:43:10 +05:30
parent e52df864ab
commit 83e68fd6d3
2 changed files with 4 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ export async function listRts(
documents: 1,
statusPipeline: 1,
createdAt: 1,
status: 1,
county: {
$let: {
vars: { county: { $arrayElemAt: ["$countyRec", 0] } },