From 02a9f1326fd99fc60ee14c70bb55d714803607f0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 08 七月 2019 15:25:56 +0800
Subject: [PATCH] 4438 【主干】【2.0.200】打boss状态下发起匹配可以进入跨服,回来后归属不会清,boss不会回血

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