ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/OpenServerCampaign.py
@@ -276,6 +276,8 @@
        order = queryResultList[i]
        billAwardInfo = None
        billRankAwardIpyList = IpyGameDataPY.GetIpyGameDataList("OSCBillRankAward", campaignType)
        if not billRankAwardIpyList:
            continue
        for billRankIpyData in billRankAwardIpyList:
            if (billRankIpyData.GetRankA() <= order <= billRankIpyData.GetRankB()) \
                or (not billRankIpyData.GetRankB() and billRankIpyData.GetRankA() == order):