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-spd
Commits
ac922986
Commit
ac922986
authored
Aug 02, 2024
by
xiao-hesheng
Browse files
优化调整脚本
parent
7204bc4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b6_spd3_core_business_flow_database_check/a_b7流程十四退库业务_消耗退库_数据库验证.air/a_b7流程十四退库业务_消耗退库_数据库验证.py
View file @
ac922986
...
...
@@ -77,7 +77,7 @@ def check_mcms_psi_dept_in(type=10):
psiDeptInOrderNo
=
order_no
if
type
==
16
:
# 子表检查
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
,
source_id
)
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
)
expected
=
commonFuc
().
get_business_data
(
'b6_spd3_core_business_flow_database_check'
,
'mcms_psi_dept_in_1'
,
DR_ID
,
order_no
,
target_corp_id
,
target_branch_id
,
target_dept_id
,
target_dept_name
,
target_stock_id
...
...
@@ -90,7 +90,7 @@ def check_mcms_psi_dept_in(type=10):
)
elif
type
==
20
:
# 子表检查
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
,
source_id
)
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
)
expected
=
commonFuc
().
get_business_data
(
'b6_spd3_core_business_flow_database_check'
,
'mcms_psi_dept_in_2'
,
DR_ID
,
order_no
,
target_corp_id
,
target_branch_id
,
target_dept_id
,
target_dept_name
,
target_stock_id
...
...
@@ -103,7 +103,7 @@ def check_mcms_psi_dept_in(type=10):
)
else
:
# 子表检查
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
,
source_id
)
check_mcms_psi_dept_batch_in
(
DR_ID
,
type
,
order_no
)
expected
=
commonFuc
().
get_business_data
(
'b6_spd3_core_business_flow_database_check'
,
'mcms_psi_dept_in_3'
,
DR_ID
,
order_no
,
target_corp_id
,
target_branch_id
,
target_dept_id
,
target_dept_name
,
target_stock_id
...
...
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