Updated importing to work for BGH 2022. Other minor changes.

This commit is contained in:
Scott Idem
2022-04-06 17:09:55 -04:00
parent 81f2f79bf2
commit 6f9cea9ca6
4 changed files with 108 additions and 3 deletions

View File

@@ -591,7 +591,7 @@ def get_account_rec_list(
sql = f"""
SELECT `account`.id AS 'account_id', `account`.id_random AS 'account_id_random'
FROM `account` AS `account`
WHERE
WHERE 1=1
{sql_enabled}
ORDER BY `account`.created_on DESC, `account`.updated_on DESC
{sql_limit};