Commit f80802ea authored by xiao-hesheng's avatar xiao-hesheng
Browse files

优化脚本

parent 0952221c
......@@ -30,10 +30,10 @@ def dept_query_byID():
pro_path = commonFuc().get_pro_path()
sys.path.append(pro_path + r'\\air_case\\a2_herp3_bs\\a4_院区新增.air')
using(pro_path + r'\\air_case\\a2_herp3_bs\\a4_院区新增.air')
from a4_院区新增 import branch_add
id2, name = branch_add()
info = (id2, name)
FileUtils().w_info2(info, module, '院区新增')
from a4_院区新增 import branch_add #导入即调用了脚本新增了院区下面再调用一次会有重复数据
# id2, name = branch_add()
# info = (id2, name)
# FileUtils().w_info2(info, module, '院区新增')
#内网登录
username = commonFuc().get_business_data(module, "username")
# print('医院名称',username)
......
Supports Markdown
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