Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
75bbd57f
Commit
75bbd57f
authored
Oct 23, 2023
by
liguangyu06
Browse files
新增套包删除用例
parent
76bb1503
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_fresenius_group/套包删除验证.air/套包删除验证.py
View file @
75bbd57f
...
...
@@ -57,7 +57,7 @@ mysql_handle = mySql()
# 获取conf.ini文件中配置的数据库信息
host
,
port
,
user
,
pwd
=
mysql_handle
.
getConf
(
db
=
"cmdc_db"
)
# 进行
需求单查询
# 进行
已删除套包查询验证
sql
=
"SELECT t.status FROM `cmdc-order`.tc_fresenius_group t WHERE groupId = '%s'"
%
group_id
status
=
mysql_handle
.
selectSql
(
host
,
port
,
user
,
pwd
,
"cmdc-order"
,
sql
)[
0
][
0
]
result
=
{
"status"
:
status
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment