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

Commit 26f20494 authored by anjiabin's avatar anjiabin

支付处理openid为error问题-暂时前端处理

parent 8b87b9e3
......@@ -18,9 +18,9 @@ db.StoneUserVo.createIndex({uid:"hashed"});
#创建分片
sh.enableSharding("prod_ln_scene");
sh.shardCollection("prod_ln_scene.StoneOrderListVo",{"orderId":"hashed"});
sh.shardCollection("prod_ln_scene.StoneOrderListVo",{"uid":"hashed"});
sh.shardCollection("prod_ln_scene.StoneScoreItems",{"itemId":"hashed"});
sh.shardCollection("prod_ln_scene.StoneScoreLogs",{"logsId":"hashed"});
sh.shardCollection("prod_ln_scene.StoneScoreLogs",{"uid":"hashed"});
sh.shardCollection("prod_ln_scene.StoneUserVo",{"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