/admin/payonline.php
修复统计:月底跳月问题
$month = date('Y-m', strtotime("-$i months"));改成:
$month = date('Y-m', strtotime(date('Y-m-01') . " -$i months"));/admin/payonline.php
修复统计:月底跳月问题
$month = date('Y-m', strtotime("-$i months"));改成:
$month = date('Y-m', strtotime(date('Y-m-01') . " -$i months"));