|
@@ -36,6 +36,7 @@ schema.index({ act_tags: 1 });
|
|
schema.index({ sort: 1 });
|
|
schema.index({ sort: 1 });
|
|
schema.index({ is_cashBack: 1 });
|
|
schema.index({ is_cashBack: 1 });
|
|
schema.index({ code: 1 });
|
|
schema.index({ code: 1 });
|
|
|
|
+schema.index({ source: 1 });
|
|
|
|
|
|
schema.plugin(metaPlugin);
|
|
schema.plugin(metaPlugin);
|
|
|
|
|