yumoqing 0a8c946f31 fix: get_customer_currency_stats missing return statement
Function defined SQL but had no sqlExe + return — fell through
to next function get_financial_summary. Returned None implicitly,
crashing Jinja2 'for r in today_data' with 'NoneType is not iterable'.
2026-07-28 11:05:30 +08:00
..