From a464c80b1d44bdca78684f0bb5f5eba58d2fd87d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 27 五月 2019 19:43:18 +0800 Subject: [PATCH] 6861 【后端】【2.0】暴击、会心战力计算优化 --- 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