| | |
| | |
|
| | | 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));
|
| | |
| | | $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);
|