From c3710e97b2d365a0ffbc8da198fe344a97b90cc0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 25 一月 2019 22:55:50 +0800
Subject: [PATCH] 6087 【后端】【1.5.200】春节红包雨活动(活动表、封包)
---
Tool/WebCenter/CouponCode/webapp.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Tool/WebCenter/CouponCode/webapp.py b/Tool/WebCenter/CouponCode/webapp.py
index a3f8638..fcb4389 100644
--- a/Tool/WebCenter/CouponCode/webapp.py
+++ b/Tool/WebCenter/CouponCode/webapp.py
@@ -150,7 +150,7 @@
return
# 杞寲涓烘父鎴忚处鍙�
- accid = "%s@%s@s%s"%(accid, spID, sid)
+ accid = "%s@%s@s%s"%(accid.lower(), spID, sid)
dbController = CouponDB.GetDBEventCon()
if not dbController:
--
Gitblit v1.8.0