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
ff2114b9
Commit
ff2114b9
authored
Apr 08, 2024
by
liguangyu06
Browse files
优化
parent
0a1c3826
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_product/a_商品属性单个新增功能验证.air/a_商品属性单个新增功能验证.py
View file @
ff2114b9
...
...
@@ -67,6 +67,7 @@ if result["success"]:
sql
=
"SELECT t.propertyId FROM `cmdc-product`.ic_product_properties t WHERE companyCode = 00111 and deleteSign = 0 and productId ={}"
.
format
(
product_id
)
total
=
mysql_handle
.
selectSql
(
host
,
port
,
user
,
pwd
,
"cmdc-product"
,
sql
)[
0
][
0
]
# 将接口响应时间添加至result
# 获取预期结果
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict6"
,
total
)
# print(check_dict)
...
...
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