Tool/WebCenter/CouponCode/webapp.py
@@ -157,6 +157,7 @@ gmresult = {'accID':accid, 'sid':sid, 'channel':agentName} #-----------统一固定码处理---------------------- CommonCards = CommonCards.get(agentName, []) if codeStr in CommonCards: # 不同固定码各自只能领一次 result, commondata = dbController.find_one(CouponDB.CouponCodeColName + "_Common", {"code":codeStr, "accid":accid})