update bimai export

This commit is contained in:
2025-11-28 10:33:33 +00:00
parent 5862a89885
commit 578817cf83

View File

@@ -30,7 +30,7 @@ function bimai_exportEcommerceDate($since)
AND YEAR(i.register_date) = 2024
AND i.register_date > '$sinceDate'
ORDER BY i.register_date
LIMIT 0,10;
LIMIT 0,10000;
";
$db = $GLOBALS['db'];