From 4488e25243ee8e6433c5372b1c94568f8c7df3ea Mon Sep 17 00:00:00 2001 From: cehua_hzl <648597270@qq.com> Date: 星期二, 28 八月 2018 15:39:47 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server --- db/PyMongoDataServer/index/GameLog.txt | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/db/PyMongoDataServer/index/GameLog.txt b/db/PyMongoDataServer/index/GameLog.txt index 10303f5..b9237de 100644 --- a/db/PyMongoDataServer/index/GameLog.txt +++ b/db/PyMongoDataServer/index/GameLog.txt @@ -1,11 +1,11 @@ -#数据库的索引字典 -{ - 'tagCashRecLog': #表名 - { - 'OrderId_1': #索引名 - { - 'unique':True, - 'key':[ ('OrderId', 1) ] #索引的字典和递增(1)或递减(-1) - } - }, -} +#数据库的索引字典 +{ + 'tagCashRecLog': #表名 + { + 'OrderId_1': #索引名 + { + 'unique':True, + 'key':[ ('OrderId', 1) ] #索引的字典和递增(1)或递减(-1) + } + }, +} -- Gitblit v1.8.0