Merge branch 'feature/cms2' into feature/0918
Showing
1 changed file
with
2 additions
and
2 deletions
| 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, | ... | ... |
-
Please register or sign in to post a comment