From c48c06a3e9465bd2a4dda0cf8d8e3a5a6bc6eedd Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 08 十一月 2018 14:06:42 +0800 Subject: [PATCH] 4623 【1.2】【后端】全局击杀掉落支持数量配置 --- 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