记得上下班打卡 | git大法好,push需谨慎

Commit 0aba6d42 authored by Tice's avatar Tice

添加演出权限聚合Vo

parent 92823cd2
......@@ -6,6 +6,7 @@ db.createCollection("MerchantFieldAppliesVo");
db.createCollection("MerchantSponsorsVo");
db.createCollection("MerchantSponsorAppliesVo");
db.createCollection("MerchantAuthorizationRecordsVo");
db.createCollection("MerchantAuthorizationPerformanceVo");
# 创建索引
......@@ -29,3 +30,6 @@ db.MerchantAuthorizationRecordsVo.createIndex({uidRole:"hashed"});
db.MerchantAuthorizationRecordsVo.createIndex({uid:"hashed"});
db.MerchantAuthorizationRecordsVo.createIndex({cuidRole:"hashed"});
db.MerchantAuthorizationRecordsVo.createIndex({cuid:"hashed"});
db.MerchantAuthorizationPerformanceVo.createIndex({performanceId:"hashed"});
db.MerchantAuthorizationPerformanceVo.createIndex({uid:"hashed"});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment