diff --git a/pipeline_bidding/bid_flow.py b/pipeline_bidding/bid_flow.py index e2d4a83..521aa3b 100644 --- a/pipeline_bidding/bid_flow.py +++ b/pipeline_bidding/bid_flow.py @@ -205,7 +205,7 @@ async def reconcile_project(sor, project_id, project_name=""): {"p": project_id}) chs = await sor.sqlExe( - "SELECT id, chapter_no, title, status, revise_count FROM bid_chapters " + "SELECT id, chapter_no, title, section, status, revise_count FROM bid_chapters " "WHERE project_id=${p}$ ORDER BY order_no, chapter_no", {"p": project_id}) await sor.sqlExe("COMMIT", {}) chapters = rows_to_dicts(chs, limit=500)