93981257 by 周伟奇

Merge branch 'feature/cms2' into feature/0918

2 parents fce8e955 ec93df07
1 import pyodbc 1 import pyodbc
2 2
3 hil_sql = """ 3 afc_sql = """
4 create table afc_se_cms_info 4 create table afc_se_cms_info
5 ( 5 (
6 id bigint identity primary key, 6 id bigint identity primary key,
...@@ -17,7 +17,7 @@ hil_sql = """ ...@@ -17,7 +17,7 @@ hil_sql = """
17 on afc_se_cms_info (create_time); 17 on afc_se_cms_info (create_time);
18 """ 18 """
19 19
20 afc_sql = """ 20 hil_sql = """
21 create table hil_se_cms_info 21 create table hil_se_cms_info
22 ( 22 (
23 id bigint identity primary key, 23 id bigint identity primary key,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!