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
fa972aea
Commit
fa972aea
authored
Aug 09, 2024
by
xiao-hesheng
Browse files
开发在数据库中对部门请领的表增加了字段,create_from,所以需要调整脚本
parent
828582bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/b6_spd3_core_business_flow_database_check/a_b5流程十二请领业务流_二级库向二级库_数据库验证.air/a_b5流程十二请领业务流_二级库向二级库_数据库验证.py
View file @
fa972aea
...
...
@@ -352,6 +352,7 @@ def check_mcms_psi_dept_batch(DR_ID,type,order_no):
)
else
:
expected
=
commonFuc
().
get_business_data
(
'b6_spd3_core_business_flow_database_check'
,
'mcms_psi_dept_batch3'
,
batch_main_key
,
pid
,
order_no
,
source_detail_id
,
pick_detail_id
,
hos_goods_id
,
mdm_goods_code
,
goods_code
,
source_batch_id
,
...
...
@@ -396,7 +397,7 @@ def check_mcms_psi_dept(type=16):
info
=
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
"拣货单高值id"
,
'message26'
)
DR_ID
=
info
[
'DR_NO1高值'
]
else
:
info
=
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
"拣货单试剂id"
,
'message2
8
'
)
info
=
FileUtils
().
r_info8
(
'b5_spd3_core_business_flow'
,
"拣货单试剂id"
,
'message2
6
'
)
DR_ID
=
info
[
'DR_NO1试剂'
]
DR_ID
=
''
.
join
(
DR_ID
)
sql
=
"select order_no from mcms_psi_dept where id='%s';"
%
DR_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