Commit 20d69347 authored by 金凯强's avatar 金凯强 🎨

去除dbo.

parent 7e9602bf
Pipeline #22265 failed with stage
in 11 seconds
......@@ -288,7 +288,7 @@ values
:return:
'''
with db_driver as session:
get_remote_db_sql = f'''select * from dbo.remote_server_db_info where project_no='{project_no}' and work_shop_no='{work_shop_no}' '''
get_remote_db_sql = f'''select * from remote_server_db_info where project_no='{project_no}' and work_shop_no='{work_shop_no}' '''
remote_db_info = session.retrive_sql(get_remote_db_sql)
if remote_db_info and sync_file:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment