Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
adca3f3e
Commit
adca3f3e
authored
Apr 02, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行回单系统代码维护调整
parent
ed7ca5ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
20 deletions
+14
-20
csh_ocr_abc_bank.lwm
...n/webapp/WEB-INF/classes/csh/CSH1400/csh_ocr_abc_bank.lwm
+14
-20
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH1400/csh_ocr_abc_bank.lwm
View file @
adca3f3e
...
@@ -57,16 +57,8 @@
...
@@ -57,16 +57,8 @@
NULL AS payer_name_r,
NULL AS payer_name_r,
NULL AS payer_bank_r,
NULL AS payer_bank_r,
NULL AS total_amount_r,
NULL AS total_amount_r,
COALESCE((SELECT v.code_value_name
null AS collection_classes_desc,
FROM sys_code_values_v v,
null guarantor_name_duty
csh_transaction_import_temp ct
WHERE v.code = 'DS_COLLECTION_CLASSES'
AND v.code_value = ct.collection_classes
and ct.bp_bank_name = hx.payer_name),
'非保证金类') AS collection_classes_desc,
(SELECT ct.guarantor_name_duty
FROM csh_transaction_import_temp ct
WHERE ct.bp_bank_name = hx.payer_name) guarantor_name_duty
FROM hlcm_ele_abc_bank_slip_trx hx
FROM hlcm_ele_abc_bank_slip_trx hx
where hx.create_trx_flag = 'Y'
where hx.create_trx_flag = 'Y'
and not exists (select 1
and not exists (select 1
...
@@ -127,16 +119,18 @@
...
@@ -127,16 +119,18 @@
a.payer_name payer_name_r,
a.payer_name payer_name_r,
a.bank_name payer_bank_r,
a.bank_name payer_bank_r,
a.total_amount total_amount_r,
a.total_amount total_amount_r,
COALESCE((SELECT v.code_value_name
decode(a.collection_classes_desc,
FROM sys_code_values_v v,
'DEPOSIT',
csh_transaction_import_temp ct
'保证金类',
WHERE v.code = 'DS_COLLECTION_CLASSES'
'NON_DEPOSIT',
AND v.code_value = ct.collection_classes
'非保证金类',
and ct.bp_bank_name = hx.payer_name),
'COMBINED',
'非保证金类') AS collection_classes_desc,
'混合类',
(SELECT ct.guarantor_name_duty
'REFUND',
FROM csh_transaction_import_temp ct
'日立为优质客户付租金',
WHERE ct.bp_bank_name = hx.payer_name) guarantor_name_duty
'OPERAT_DEPOSIT',
'经营性租赁保证金类') AS collection_classes_desc,
decode(a.guarantor_name_duty, 'Y', '是', 'N', '否') guarantor_name_duty
FROM hlcm_ele_abc_bank_slip_trx hx, hlcm_ele_trx_import_itfc a
FROM hlcm_ele_abc_bank_slip_trx hx, hlcm_ele_trx_import_itfc a
where hx.create_trx_flag = 'Y'
where hx.create_trx_flag = 'Y'
and a.receipt_no = hx.receipt_no
and a.receipt_no = hx.receipt_no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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