yumoqing 1ffdda5ffe fix(billing): add acc_date to aggregate query for sqlor ORDER BY
sqlor wraps every sqlExe with row_number() over(order by acc_date desc).
Aggregate queries without acc_date in SELECT fail with:
  Unknown column 'acc_date' in 'ORDER BY'
Fix: add min(acc_date) as acc_date to satisfy sqlor wrapper.
2026-07-16 17:30:52 +08:00
2025-07-16 14:32:14 +08:00
2025-07-16 14:32:14 +08:00
2025-07-16 14:32:14 +08:00
2026-05-28 19:09:04 +08:00
2025-07-16 14:32:14 +08:00
2025-07-16 14:32:14 +08:00
2025-07-16 14:32:14 +08:00
2025-07-16 14:32:14 +08:00

accounting

Description
No description provided
Readme 1,014 KiB
Languages
Python 99%
Shell 1%