From f44f49720af5ac79493636a1c67bbd10687dbf6c Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十二月 2018 18:16:05 +0800
Subject: [PATCH] 860312 礼包卡账号小写

---
 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