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
feee010d
Commit
feee010d
authored
Mar 29, 2024
by
liguangyu06
Browse files
优化
parent
9817c4f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_32st/超发配置导入功能验证.air/超发配置导入功能验证.py
View file @
feee010d
...
...
@@ -82,7 +82,7 @@ host, port, user, pwd = mysql_handle.getConf(db="cmdc_db_be")
sql
=
"SELECT t.wholeQuantity FROM `cmdc-order`.tc_supernova t "
\
"WHERE companyCode = 00102 and productCode = {}"
.
format
(
productCode
)
total
=
int
(
mysql_handle
.
selectSql
(
host
,
port
,
user
,
pwd
,
"cmdc-order"
,
sql
)[
0
][
0
])
#
print(sql)
print
(
sql
)
result
=
{
"wholeQuantity"
:
total
}
# 将接口响应时间添加至result
...
...
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