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
ac0c2df4
Commit
ac0c2df4
authored
Dec 04, 2024
by
18083
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
农行代扣运维I-21120
parent
fe217118
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
199 additions
and
24 deletions
+199
-24
csh_import_abc_bank.lwm
...ebapp/WEB-INF/classes/csh/CSH1400/csh_import_abc_bank.lwm
+9
-3
csh_agricultural_bank_check.lview
...app/modules/csh/CSH1400/csh_agricultural_bank_check.lview
+190
-21
No files found.
src/main/webapp/WEB-INF/classes/csh/CSH1400/csh_import_abc_bank.lwm
View file @
ac0c2df4
...
@@ -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,
...
...
src/main/webapp/modules/csh/CSH1400/csh_agricultural_bank_check.lview
View file @
ac0c2df4
This diff is collapsed.
Click to expand it.
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