@7365admin1/core 2.32.0 → 2.33.0
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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13456,7 +13456,8 @@ function useVisitorTransactionRepo() {
|
|
|
13456
13456
|
$project: {
|
|
13457
13457
|
_id: 1,
|
|
13458
13458
|
prefixPass: 1,
|
|
13459
|
-
name: 1
|
|
13459
|
+
name: 1,
|
|
13460
|
+
remarks: 1
|
|
13460
13461
|
}
|
|
13461
13462
|
}
|
|
13462
13463
|
],
|
|
@@ -13469,6 +13470,9 @@ function useVisitorTransactionRepo() {
|
|
|
13469
13470
|
keyId: "$_id",
|
|
13470
13471
|
status: 1,
|
|
13471
13472
|
description: 1,
|
|
13473
|
+
remarks: {
|
|
13474
|
+
$arrayElemAt: ["$template.remarks", 0]
|
|
13475
|
+
},
|
|
13472
13476
|
templatePrefixPass: {
|
|
13473
13477
|
$arrayElemAt: ["$template.prefixPass", 0]
|
|
13474
13478
|
},
|
|
@@ -13505,7 +13509,8 @@ function useVisitorTransactionRepo() {
|
|
|
13505
13509
|
$project: {
|
|
13506
13510
|
_id: 1,
|
|
13507
13511
|
prefixPass: 1,
|
|
13508
|
-
name: 1
|
|
13512
|
+
name: 1,
|
|
13513
|
+
remarks: 1
|
|
13509
13514
|
}
|
|
13510
13515
|
}
|
|
13511
13516
|
],
|
|
@@ -13518,6 +13523,9 @@ function useVisitorTransactionRepo() {
|
|
|
13518
13523
|
keyId: "$_id",
|
|
13519
13524
|
status: 1,
|
|
13520
13525
|
description: 1,
|
|
13526
|
+
remarks: {
|
|
13527
|
+
$arrayElemAt: ["$template.remarks", 0]
|
|
13528
|
+
},
|
|
13521
13529
|
templatePrefixPass: {
|
|
13522
13530
|
$arrayElemAt: ["$template.prefixPass", 0]
|
|
13523
13531
|
},
|