Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
11 months ago
by
xiao-hesheng
Browse files
Options
Download
Email Patches
Plain Diff
优化调整脚本
parent
7204bc4b
master
core_flow
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
air_case/b6_spd3_core_business_flow_database_check/a_b7流程十四退库业务_消耗退库_数据库验证.air/a_b7流程十四退库业务_消耗退库_数据库验证.py
+3
-3
...ck/a_b7流程十四退库业务_消耗退库_数据库验证.air/a_b7流程十四退库业务_消耗退库_数据库验证.py
with
3 additions
and
3 deletions
+3
-3
air_case/b6_spd3_core_business_flow_database_check/a_b7流程十四退库业务_消耗退库_数据库验证.air/a_b7流程十四退库业务_消耗退库_数据库验证.py
+
3
-
3
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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets