serverrep/ltv.php
@@ -33,9 +33,9 @@
sort($dayList);
sort($dayTotalList);
\Logging\LogInfo("dayList: " . print_r($dayList, true));
\Logging\LogInfo("dayTotalList: " . print_r($dayTotalList, true));
\Logging\LogInfo("maxDay:" . $maxDay);
// \Logging\LogInfo("dayList: " . print_r($dayList, true));
// \Logging\LogInfo("dayTotalList: " . print_r($dayTotalList, true));
// \Logging\LogInfo("maxDay:" . $maxDay);
\Report\GetAccountFirstLoginPayReport($channel, $startDate, $endDate, $fistLoginReportArray, $fistPayReportArray);
// \Logging\LogInfo("dayTotalList: " . print_r($fistLoginReportArray, true));
@@ -93,6 +93,9 @@
            $curYMD = date("Y-m-d");
            $curDate = new DateTime();
            foreach ($fistLoginReportArray as $firstYMD => $statYMDInfo) {
                if ($firstYMD < $startDate) {
                    continue;
                }
                echo "<tr class='trc'>";
                echo "<td align='center' width='70'>" . $firstYMD . "</td>";
                $firstYMDTime = strtotime($firstYMD);