hxp
2020-09-11 a02d7379e60b7b3fe0ae8d1ada4cf86fc4d0a1be
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})