add block field to permits and processed
This commit is contained in:
@@ -123,6 +123,7 @@ export async function listPermits(
|
||||
issuedDate: 1,
|
||||
communityName: 1,
|
||||
lot: 1,
|
||||
block: 1,
|
||||
jobNumber: 1,
|
||||
startDate: 1,
|
||||
history: 1,
|
||||
@@ -322,6 +323,7 @@ export async function searchPermit(
|
||||
issuedDate: 1,
|
||||
communityName: 1,
|
||||
lot: 1,
|
||||
block: 1,
|
||||
jobNumber: 1,
|
||||
startDate: 1,
|
||||
history: 1,
|
||||
|
||||
Reference in New Issue
Block a user