From faa3ba8a847f33ec0844f6b0b0b2937847a6435c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 11 十一月 2019 16:32:10 +0800 Subject: [PATCH] 1111 脱机榜改为平均每分钟获得经验 --- Tool/WebCenter/CouponCode/CouponDB.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tool/WebCenter/CouponCode/CouponDB.py b/Tool/WebCenter/CouponCode/CouponDB.py index 395239b..911912b 100644 --- a/Tool/WebCenter/CouponCode/CouponDB.py +++ b/Tool/WebCenter/CouponCode/CouponDB.py @@ -21,6 +21,8 @@ g_dbController = None +CouponWXColName = "tagCouponWXSC" # 微信商城 + CouponBatchColName = "tagCouponBatch" CouponCodeColName = "tagCouponCode" ModuleName = "CouponDB" -- Gitblit v1.8.0