From ac922986beb17232fb8645646dae20a4cc5640ac Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Fri, 2 Aug 2024 11:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B0=83=E6=95=B4=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\260\346\215\256\345\272\223\351\252\214\350\257\201.py" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/air_case/b6_spd3_core_business_flow_database_check/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" "b/air_case/b6_spd3_core_business_flow_database_check/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" index 8ccf9366..45b68e4c 100644 --- "a/air_case/b6_spd3_core_business_flow_database_check/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" +++ "b/air_case/b6_spd3_core_business_flow_database_check/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.air/a_b7\346\265\201\347\250\213\345\215\201\345\233\233\351\200\200\345\272\223\344\270\232\345\212\241_\346\266\210\350\200\227\351\200\200\345\272\223_\346\225\260\346\215\256\345\272\223\351\252\214\350\257\201.py" @@ -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 -- GitLab