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