Commit 6204bf4a authored by zhanhuasheng's avatar zhanhuasheng

bugfix

parent cabd450c
...@@ -35,7 +35,7 @@ if shopify_shop_select_result: ...@@ -35,7 +35,7 @@ if shopify_shop_select_result:
if not hasattr(shopifyIntegrationData, 'append_js_id'): if not hasattr(shopifyIntegrationData, 'append_js_id'):
test_env_conn.execute_sql(sql=js_shop_insert_sql) test_env_conn.execute_sql(sql=js_shop_insert_sql)
new_js_select_result = test_env_conn.select_one_value(sql=new_js_select_sql) new_js_select_result = test_env_conn.select_one_value(sql=new_js_select_sql)
append_js_id = new_shop_select_result['id'] append_js_id = new_js_select_result['id']
setattr(shopifyIntegrationData, 'append_js_id', append_js_id) setattr(shopifyIntegrationData, 'append_js_id', append_js_id)
else: else:
test_env_conn.execute_sql(sql=shopify_shop_insert_sql) test_env_conn.execute_sql(sql=shopify_shop_insert_sql)
......
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