From 20af6bd6aeab4782dc41f5a6e064e5058ea01cb0 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Wed, 22 May 2024 09:41:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=B9=9D=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...41\200\346\250\241\345\235\227\350\256\276\347\275\256.py" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" "b/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" index 89f51e0d..4d4841fd 100644 --- "a/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" +++ "b/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" @@ -7,7 +7,7 @@ from common.run_cmd_script import execute_command __author__ = "xiaohesheng" """ -case_tag:api,spd_core1,a_a4_流程四_基础模块设置,id2302,id2302-4,sit,on +case_tag:api,spd_core,a_a4_流程四_基础模块设置,id2302,id2302-4,sit,on 主数据平台:a_a4_流程四_基础模块设置 python runner_test.py tag id2302-4 debug mdm3 @@ -298,7 +298,7 @@ try: # delData().Delete_business_Data()#删除业务数据 # delData().Del_reporter_data() # 删除报表数据 #==============删除业务数据和报表数据 - test1() + # test1() test2()# 科室添加产品信息(产品是从外网同步过来的) dept_query_all()# 科室查询,将科室id写入文件中 grants_user()#给用户授权 -- GitLab