@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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -13658,7 +13658,8 @@ function useVisitorTransactionRepo() {
|
|
|
13658
13658
|
$project: {
|
|
13659
13659
|
_id: 1,
|
|
13660
13660
|
prefixPass: 1,
|
|
13661
|
-
name: 1
|
|
13661
|
+
name: 1,
|
|
13662
|
+
remarks: 1
|
|
13662
13663
|
}
|
|
13663
13664
|
}
|
|
13664
13665
|
],
|
|
@@ -13671,6 +13672,9 @@ function useVisitorTransactionRepo() {
|
|
|
13671
13672
|
keyId: "$_id",
|
|
13672
13673
|
status: 1,
|
|
13673
13674
|
description: 1,
|
|
13675
|
+
remarks: {
|
|
13676
|
+
$arrayElemAt: ["$template.remarks", 0]
|
|
13677
|
+
},
|
|
13674
13678
|
templatePrefixPass: {
|
|
13675
13679
|
$arrayElemAt: ["$template.prefixPass", 0]
|
|
13676
13680
|
},
|
|
@@ -13707,7 +13711,8 @@ function useVisitorTransactionRepo() {
|
|
|
13707
13711
|
$project: {
|
|
13708
13712
|
_id: 1,
|
|
13709
13713
|
prefixPass: 1,
|
|
13710
|
-
name: 1
|
|
13714
|
+
name: 1,
|
|
13715
|
+
remarks: 1
|
|
13711
13716
|
}
|
|
13712
13717
|
}
|
|
13713
13718
|
],
|
|
@@ -13720,6 +13725,9 @@ function useVisitorTransactionRepo() {
|
|
|
13720
13725
|
keyId: "$_id",
|
|
13721
13726
|
status: 1,
|
|
13722
13727
|
description: 1,
|
|
13728
|
+
remarks: {
|
|
13729
|
+
$arrayElemAt: ["$template.remarks", 0]
|
|
13730
|
+
},
|
|
13723
13731
|
templatePrefixPass: {
|
|
13724
13732
|
$arrayElemAt: ["$template.prefixPass", 0]
|
|
13725
13733
|
},
|