Commit ac0c2df4 authored by 18083's avatar 18083

农行代扣运维I-21120

parent fe217118
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
hc.bank_name, hc.bank_name,
hc.beneficiary_name, hc.beneficiary_name,
decode(hc.paid_byother_flag_desc, 'Y', '是', 'N', '否') paid_byother_flag_desc, decode(hc.paid_byother_flag_desc, 'Y', '是', 'N', '否') paid_byother_flag_desc,
decode(hc.collection_classes_desc, decode(hc.paid_byother_flag_desc, 'Y', 'T', 'N', 'F') paid_byother_flag,
decode(hc.collection_classes_desc,
'DEPOSIT', 'DEPOSIT',
'保证金类', '保证金类',
'NON_DEPOSIT', 'NON_DEPOSIT',
...@@ -30,7 +31,9 @@ ...@@ -30,7 +31,9 @@
hc.zy, hc.zy,
hc.remark, hc.remark,
hc.extra_nam, hc.extra_nam,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty, (select hbm.bp_code from hls_bp_master hbm where hbm.extra_nam=hc.extra_nam) bp_code,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty_desc,
hc.create_trx_flag, hc.create_trx_flag,
hc.creation_date, hc.creation_date,
hc.created_by, hc.created_by,
...@@ -62,6 +65,7 @@ ...@@ -62,6 +65,7 @@
hc.bank_name, hc.bank_name,
hc.beneficiary_name, hc.beneficiary_name,
decode(hc.paid_byother_flag_desc, 'Y', '是', 'N', '否') paid_byother_flag_desc, decode(hc.paid_byother_flag_desc, 'Y', '是', 'N', '否') paid_byother_flag_desc,
decode(hc.paid_byother_flag_desc, 'Y', 'T', 'N', 'F') paid_byother_flag,
decode(hc.collection_classes_desc, decode(hc.collection_classes_desc,
'DEPOSIT', 'DEPOSIT',
'保证金类', '保证金类',
...@@ -77,7 +81,9 @@ ...@@ -77,7 +81,9 @@
hc.zy, hc.zy,
hc.remark, hc.remark,
hc.extra_nam, hc.extra_nam,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty, (select hbm.bp_code from hls_bp_master hbm where hbm.extra_nam=hc.extra_nam) bp_code,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty,
decode(hc.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty_desc,
hc.create_trx_flag, hc.create_trx_flag,
hc.creation_date, hc.creation_date,
hc.created_by, hc.created_by,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment