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)) {