10323 【越南】后台公会的特殊需求(没有配置的公会分组卡类型不记录分组数据;)
1个文件已修改
5 ■■■■■ 已修改文件
eventreport/eventreport.php 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
eventreport/eventreport.php
@@ -296,6 +296,11 @@
    $AccountID = $_GET["accid"];
    $code = $_GET["code"];
    $coupontype = $_GET["coupontype"];
    $CoupontypeGroup = json_decode($CoupontypeGroup);
    if (!array_key_exists($coupontype, $CoupontypeGroup)) {
        // \Logging\LogInfo("CoupontypeGroup 不需要记录的组:" . $coupontype);
        return;
    }
    $find = array("Channel" => $Channel, "AccountID" => $AccountID, "ServerID" => $ServerID);
    if (!\DBOper\FindOne("CoupontypeGroup", $find, $findData)) {